yarn/mappings/net/minecraft/structure/pool
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
..
EmptyPoolElement.mapping Quick structure mappings (#1615) 2020-07-28 20:13:50 +01:00
FeaturePoolElement.mapping 1.19-pre1 structures (#3169) 2022-05-30 15:51:30 +01:00
LegacySinglePoolElement.mapping Map lambda parameters of record codec instance (#2438) 2021-05-28 08:08:35 +00:00
ListPoolElement.mapping 1.19-pre1 structures (#3169) 2022-05-30 15:51:30 +01:00
SinglePoolElement.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
StructurePool.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
StructurePoolBasedGenerator.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
StructurePoolElement.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
StructurePoolElementType.mapping Structure package stuff (#1996) 2021-02-05 13:18:22 +00:00
StructurePools.mapping 22w19a 2022-05-12 20:28:43 +02:00