yarn/mappings/net/minecraft/network
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
..
encryption 1.19-pre3 stuff (#3191) 2022-05-26 11:53:00 +01:00
listener Map the ChatPreviewStateChangeS2CPacket class (#3162) 2022-05-24 08:57:20 +01:00
packet Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
ChatDecorator.mapping 1.19-pre1 networking (#3164) 2022-05-23 13:07:30 +01:00
ClientConnection.mapping 22w03a stuff (#2971) 2022-02-09 11:33:27 +00:00
DecoderHandler.mapping 22w03a 2022-01-19 17:26:32 +00:00
LegacyQueryHandler.mapping 22w03a 2022-01-19 17:26:32 +00:00
MessageSender.mapping 22w18a networking (#3142) 2022-05-12 14:36:43 +01:00
MessageType.mapping 22w19a networking (#3155) 2022-05-17 10:56:35 +01:00
NetworkSide.mapping Some network stuff, and minor atomic stack/affine transformation revisit (#2246) 2021-04-03 15:02:25 +01:00
NetworkState.mapping 1.19-pre2 stuff (#3189) 2022-05-24 08:55:49 +01:00
NetworkThreadUtils.mapping 22w03a 2022-01-19 17:26:32 +00:00
OffThreadException.mapping Massive networking renames (#2179) 2021-03-27 14:26:40 +00:00
Packet.mapping 21w08a 2021-02-24 19:41:03 +00:00
PacketByteBuf.mapping 1.19-pre1 networking (#3164) 2022-05-23 13:07:30 +01:00
PacketDeflater.mapping 21w41a network stuff (#2753) 2021-10-16 13:52:39 +01:00
PacketEncoder.mapping 22w03a 2022-01-19 17:26:32 +00:00
PacketEncoderException.mapping Networking stuff (#1096) 2020-02-09 14:31:14 +00:00
PacketInflater.mapping 21w41a network stuff (#2753) 2021-10-16 13:52:39 +01:00
RateLimitedConnection.mapping 22w03a 2022-01-19 17:26:32 +00:00
SizePrepender.mapping 21w41a network stuff (#2753) 2021-10-16 13:52:39 +01:00
SplitterHandler.mapping 21w41a network stuff (#2753) 2021-10-16 13:52:39 +01:00