yarn/mappings/net/minecraft/world/gen/structure
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
..
BasicTempleStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
BuriedTreasureStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
DesertPyramidStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
EndCityStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
IglooStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
JigsawStructure.mapping 22w19a misc (#3159) 2022-05-17 12:53:58 +01:00
JungleTempleStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
MineshaftStructure.mapping 22w19a 2022-05-12 20:28:43 +02:00
NetherFortressStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
NetherFossilStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
OceanMonumentStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
OceanRuinStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
RuinedPortalStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
ShipwreckStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
StrongholdStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
Structure.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
StructureKeys.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
StructureType.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
Structures.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
SwampHutStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00
WoodlandMansionStructure.mapping 22w14a de-featured structures (#3079) 2022-04-13 16:23:27 +00:00