yarn/mappings/net/minecraft/server/world
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
..
BlockEvent.mapping 21w37a 2021-09-16 21:06:33 +02:00
ChunkHolder.mapping 22w05a stuff (#2993) 2022-02-09 11:25:03 +00:00
ChunkTaskPrioritySystem.mapping some random stuff (#2969) 2022-02-09 16:42:22 +00:00
ChunkTicket.mapping Make the parameter for equals methods consistent (#2361) 2021-04-29 17:12:46 +01:00
ChunkTicketManager.mapping 22w03a stuff (#2971) 2022-02-09 11:33:27 +00:00
ChunkTicketType.mapping Map server stuff (#2428) 2021-05-26 03:35:43 +00:00
EntityTrackingListener.mapping entity tracking listener (#2033) 2021-02-13 21:48:18 +00:00
LevelPrioritizedQueue.mapping 22w03a stuff (#2971) 2022-02-09 11:33:27 +00:00
PlayerChunkWatchingManager.mapping 21w39a 2021-09-29 19:08:30 +01:00
ServerChunkManager.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
ServerEntityManager.mapping some random stuff (#2969) 2022-02-09 16:42:22 +00:00
ServerLightingProvider.mapping 22w11a misc stuff (#3053) 2022-03-23 10:37:54 +00:00
ServerWorld.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
SleepManager.mapping Fix javadoc error in SleepManager (#2114) 2021-03-04 21:52:44 +00:00
ThreadedAnvilChunkStorage.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00