yarn/mappings/net/minecraft/data
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
..
client 22w19a stuff (#3156) 2022-05-16 12:08:07 +01:00
dev 1.19-pre1 stuff (#3167) 2022-05-24 08:56:17 +01:00
family 22w12a stuff (#3059) 2022-03-30 09:10:15 +00:00
report 22w19a 2022-05-12 20:28:43 +02:00
server Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
validate 22w03a 2022-01-19 17:26:32 +00:00
DataCache.mapping 1.19-pre1 stuff (#3167) 2022-05-24 08:56:17 +01:00
DataGenerator.mapping 22w19a stuff (#3156) 2022-05-16 12:08:07 +01:00
DataProvider.mapping 1.19-pre1 stuff (#3167) 2022-05-24 08:56:17 +01:00
DataWriter.mapping 1.19-pre1 stuff (#3167) 2022-05-24 08:56:17 +01:00
Main.mapping 22w15a more stuff (#3092) 2022-04-15 14:19:09 +01:00
SnbtProvider.mapping 1.19-pre1 stuff (#3167) 2022-05-24 08:56:17 +01:00