yarn/mappings/net/minecraft/network/packet/c2s/play
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
..
AdvancementTabC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
BoatPaddleStateC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
BookUpdateC2SPacket.mapping 22w18a networking (#3142) 2022-05-12 14:36:43 +01:00
ButtonClickC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
ChatMessageC2SPacket.mapping 1.19-pre1 networking (#3164) 2022-05-23 13:07:30 +01:00
ClickSlotC2SPacket.mapping 1.17.1-pre2/pre3 stuff (#2535) 2021-07-01 13:54:06 +01:00
ClientCommandC2SPacket.mapping Some packet stuff (#2243) 2021-04-04 13:09:01 +01:00
ClientSettingsC2SPacket.mapping 21w44a 2021-11-03 18:39:11 +00:00
ClientStatusC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
CloseHandledScreenC2SPacket.mapping Some packet stuff (#2243) 2021-04-04 13:09:01 +01:00
CommandExecutionC2SPacket.mapping 1.19-pre1 networking (#3164) 2022-05-23 13:07:30 +01:00
CraftRequestC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
CreativeInventoryActionC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
CustomPayloadC2SPacket.mapping Some packet stuff (#2243) 2021-04-04 13:09:01 +01:00
HandSwingC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
JigsawGeneratingC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
KeepAliveC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
PickFromInventoryC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
PlayPongC2SPacket.mapping Map some easy packet classes and a package info (#2401) 2021-05-16 12:05:52 +00:00
PlayerActionC2SPacket.mapping 22w11a client (#3049) 2022-03-23 10:37:29 +00:00
PlayerInputC2SPacket.mapping Some packet stuff (#2243) 2021-04-04 13:09:01 +01:00
PlayerInteractBlockC2SPacket.mapping 22w11a client (#3049) 2022-03-23 10:37:29 +00:00
PlayerInteractEntityC2SPacket.mapping 21w08a Packet stuff (#2104) 2021-03-10 18:17:14 +00:00
PlayerInteractItemC2SPacket.mapping 22w11a client (#3049) 2022-03-23 10:37:29 +00:00
PlayerMoveC2SPacket.mapping Some packet stuff (#2243) 2021-04-04 13:09:01 +01:00
QueryBlockNbtC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
QueryEntityNbtC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
RecipeBookDataC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
RecipeCategoryOptionsC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
RenameItemC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
RequestChatPreviewC2SPacket.mapping 22w19a networking (#3155) 2022-05-17 10:56:35 +01:00
RequestCommandCompletionsC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
ResourcePackStatusC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
SelectMerchantTradeC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
SpectatorTeleportC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
TeleportConfirmC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
UpdateBeaconC2SPacket.mapping 22w15a 2022-04-13 18:50:51 +02:00
UpdateCommandBlockC2SPacket.mapping Some packet stuff (#2243) 2021-04-04 13:09:01 +01:00
UpdateCommandBlockMinecartC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
UpdateDifficultyC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
UpdateDifficultyLockC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
UpdateJigsawC2SPacket.mapping Fix some setters not matching fields and params (#2978) 2022-02-09 16:42:35 +00:00
UpdatePlayerAbilitiesC2SPacket.mapping Some packet stuff (#2243) 2021-04-04 13:09:01 +01:00
UpdateSelectedSlotC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00
UpdateSignC2SPacket.mapping Some packet stuff (#2243) 2021-04-04 13:09:01 +01:00
UpdateStructureBlockC2SPacket.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
VehicleMoveC2SPacket.mapping Update some obvious packet names (#2108) 2021-02-28 20:44:19 +00:00