yarn/mappings/net/minecraft/server
apple502j eb2bbb15ae
Rename Structure and StructureType (#3183)
* Rename Structure and StructureType
Structures really need a revisit. In my opinion the net.minecraft.structure package should be gone and
everything should be moved to net.minecraft.world.gen.structure. That'd be a very big change, though.
This commit basically reverts the entirety of #3079 and contains the changes necessary to keep consistency
(but not other new changes). I could make it bigger, but this needs an ASAP merge to stop the bad names from
going to the release.

Summary of the renames:

- `structure.Structure` became `structure.StructureTemplate`. See `/place template`, datafixes, etc.
- `structure.StructureType` became `world.gen.structure.StructureType`.
- `world.gen.structure.StructureType` became `world.gen.structure.Structure`.
- `world.gen.structure.StructureTypes` became `world.gen.structure.Structures`.
- Other names referencing the renamed classes by their old name
- And missed "feature" renames (Fixes #3179)

* Rename StructureManager

* merging gone wrong

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-06-01 16:07:00 +01:00
..
chase 22w03a 2022-01-19 17:26:32 +00:00
command Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
dedicated 1.19-pre1 networking (#3164) 2022-05-23 13:07:30 +01:00
filter 1.19-pre1 networking (#3164) 2022-05-23 13:07:30 +01:00
function 22w19a 2022-05-12 20:28:43 +02:00
integrated 1.19-pre1 networking (#3164) 2022-05-23 13:07:30 +01:00
network 1.19-pre2 stuff (#3189) 2022-05-24 08:55:49 +01:00
rcon 22w03a 2022-01-19 17:26:32 +00:00
world Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
BanEntry.mapping more 21w14a stuff (#2300) 2021-04-10 18:09:14 +01:00
BannedIpEntry.mapping Some parameter names and corrections (#1183) 2020-03-17 20:23:58 +00:00
BannedIpList.mapping Server package stuff (#1993) 2021-02-28 14:40:37 +00:00
BannedPlayerEntry.mapping Some parameter names and corrections (#1183) 2020-03-17 20:23:58 +00:00
BannedPlayerList.mapping Server package stuff (#1993) 2021-02-28 14:40:37 +00:00
DataPackContents.mapping 22w18a misc (#3149) 2022-05-12 17:28:22 +00:00
LanServerPinger.mapping 22w03a 2022-01-19 17:26:32 +00:00
Main.mapping 1.19-pre1 networking (#3164) 2022-05-23 13:07:30 +01:00
MinecraftServer.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
OperatorEntry.mapping Some parameter names and corrections (#1183) 2020-03-17 20:23:58 +00:00
OperatorList.mapping Rename the OperatorList#isOp method to canBypassPlayerLimit (#2666) 2021-09-07 15:13:56 +01:00
PlayerManager.mapping 1.19-pre1 networking (#3164) 2022-05-23 13:07:30 +01:00
QueueingWorldGenerationProgressListener.mapping Map server stuff (#2428) 2021-05-26 03:35:43 +00:00
SaveLoader.mapping 22w11a save loading (#3045) 2022-03-19 15:56:00 +00:00
SaveLoading.mapping 22w11a save loading (#3045) 2022-03-19 15:56:00 +00:00
ServerAdvancementLoader.mapping 22w03a 2022-01-19 17:26:32 +00:00
ServerConfigEntry.mapping Random server mappings (#2512) 2021-06-28 15:22:10 +01:00
ServerConfigHandler.mapping 22w16b stuff (#3109) 2022-04-25 22:25:17 +00:00
ServerConfigList.mapping 22w03a 2022-01-19 17:26:32 +00:00
ServerMetadata.mapping 22w19a networking (#3155) 2022-05-17 10:56:35 +01:00
ServerNetworkIo.mapping 22w03a 2022-01-19 17:26:32 +00:00
ServerTask.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
Whitelist.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
WhitelistEntry.mapping Some parameter names and corrections (#1183) 2020-03-17 20:23:58 +00:00
WorldGenerationProgressListener.mapping 21w10a 2021-03-10 18:34:17 +00:00
WorldGenerationProgressListenerFactory.mapping Fix some methods not using intermediaries (#788) 2019-07-08 18:09:22 +02:00
WorldGenerationProgressLogger.mapping 22w03a 2022-01-19 17:26:32 +00:00