yarn/mappings/net/minecraft/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
..
pool Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
processor 1.19-pre1 structures (#3169) 2022-05-30 15:51:30 +01:00
rule 1.19-pre1 structures (#3169) 2022-05-30 15:51:30 +01:00
AncientCityGenerator.mapping 22w13a stuff (#3070) 2022-04-06 13:34:24 +00:00
AncientCityOutskirtsGenerator.mapping 22w13a stuff (#3070) 2022-04-06 13:34:24 +00:00
BastionBridgeData.mapping Pick up shnupbup's stuff (#1288) 2020-04-18 20:16:55 +01:00
BastionData.mapping 20w28a 2020-07-08 18:49:17 +01:00
BastionRemnantGenerator.mapping 22w06a 2022-02-09 18:58:35 +00:00
BastionTreasureData.mapping Pick up shnupbup's stuff (#1288) 2020-04-18 20:16:55 +01:00
BastionUnitsData.mapping Pick up shnupbup's stuff (#1288) 2020-04-18 20:16:55 +01:00
BuriedTreasureGenerator.mapping Structure stuff (#2853) 2021-11-22 15:30:07 +00:00
DesertTempleGenerator.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
DesertVillageData.mapping 22w06a 2022-02-09 18:58:35 +00:00
EndCityGenerator.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
HoglinStableData.mapping Pick up shnupbup's stuff (#1288) 2020-04-18 20:16:55 +01:00
IglooGenerator.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
JigsawJunction.mapping Map misc stuff (#2843) 2021-11-22 16:43:57 +00:00
JungleTempleGenerator.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
MineshaftGenerator.mapping 1.19-pre2 stuff (#3189) 2022-05-24 08:55:49 +01:00
NetherFortressGenerator.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
NetherFossilGenerator.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
OceanMonumentGenerator.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
OceanRuinGenerator.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
PillagerOutpostGenerator.mapping 22w06a 2022-02-09 18:58:35 +00:00
PlainsVillageData.mapping 22w06a 2022-02-09 18:58:35 +00:00
PoolStructurePiece.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
PostPlacementProcessor.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
RuinedPortalStructurePiece.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
SavannaVillageData.mapping 22w06a 2022-02-09 18:58:35 +00:00
ShiftableStructurePiece.mapping Import from 1.18_experimental-snapshot-7 2021-09-17 01:24:14 +02:00
ShipwreckGenerator.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
SimpleStructurePiece.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
SnowyVillageData.mapping 22w06a 2022-02-09 18:58:35 +00:00
StrongholdGenerator.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
StructureContext.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
StructureGeneratorFactory.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
StructurePiece.mapping 1.19-pre1 structures (#3169) 2022-05-30 15:51:30 +01:00
StructurePieceType.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
StructurePiecesCollector.mapping 22w19a 2022-05-12 20:28:43 +02:00
StructurePiecesGenerator.mapping Structure stuff (#2853) 2021-11-22 15:30:07 +00:00
StructurePiecesHolder.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
StructurePiecesList.mapping 22w03a 2022-01-19 17:26:32 +00:00
StructurePlacementData.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
StructureSet.mapping 1.19-pre1 structures (#3169) 2022-05-30 15:51:30 +01:00
StructureSetKeys.mapping 1.18.2-pre1 stuff (#3022) 2022-02-23 10:56:40 +00:00
StructureSets.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
StructureStart.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
StructureTemplate.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
StructureTemplateManager.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
SwampHutGenerator.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
TaigaVillageData.mapping 22w06a 2022-02-09 18:58:35 +00:00
VillageGenerator.mapping 20w28a 2020-07-08 18:49:17 +01:00
WoodlandMansionGenerator.mapping 22w18a misc (#3149) 2022-05-12 17:28:22 +00:00