yarn/mappings/net/minecraft/structure
apple502j 3d209563b2
Structure stuff, based on liach's PR (#2829)
* Structure stuff

Signed-off-by: liach <liach@users.noreply.github.com>

* This is post placement, not generation (addition of pieces)

* docs

* Update mappings/net/minecraft/structure/StructurePlacementData.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Update mappings/net/minecraft/structure/PostPlacementProcessor.mapping

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

* Merge branch '1.18-pre1' of https://github.com/FabricMC/yarn into pr-2729-structure

* Drop invalid mappings

* Re-add dropped mappings

* PostPlacementProcessor: map lambda arg, rename args

* Structure: bring mapping from my branch

* StructurePiecesGenerator: follow convention of naming every World superinterface `world`

* StructurePoolBasedGenerator: follow naming conventions

* ChunkGenerator: follow naming conventions

* ConfiguredStructureFeature: follow naming conventions

* EndCityFeature: follow naming conventions

* StructureFeature: fix naming, follow naming conventions

* WoodlandMansionFeature: follow naming conventions

* StructureFeature: remove invalid javadoc

* Apply suggestions from code review

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-11-16 01:31:21 +00:00
..
pool Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
processor Random stuff (#2463) 2021-06-04 13:02:31 +01:00
rule Random stuff (#2463) 2021-06-04 13:02:31 +01: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 World package stuff (#1980) 2021-01-24 16:38:19 +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 21w38a 2021-09-23 18:35:53 +02:00
DesertTempleGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
DesertVillageData.mapping World package stuff (#1980) 2021-01-24 16:38:19 +00:00
EndCityGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
HoglinStableData.mapping Pick up shnupbup's stuff (#1288) 2020-04-18 20:16:55 +01:00
IglooGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
JigsawJunction.mapping Some world-related methods and constants (#2313) 2021-04-11 13:08:51 +01:00
JungleTempleGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
MineshaftGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
NetherFortressGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
NetherFossilGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
OceanMonumentGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
OceanRuinGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
PillagerOutpostGenerator.mapping World package stuff (#1980) 2021-01-24 16:38:19 +00:00
PlainsVillageData.mapping World package stuff (#1980) 2021-01-24 16:38:19 +00:00
PoolStructurePiece.mapping 21w38a 2021-09-23 18:35:53 +02:00
PostPlacementProcessor.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
RuinedPortalStructurePiece.mapping 21w38a 2021-09-23 18:35:53 +02:00
SavannaVillageData.mapping World package stuff (#1980) 2021-01-24 16:38:19 +00:00
ShiftableStructurePiece.mapping Import from 1.18_experimental-snapshot-7 2021-09-17 01:24:14 +02:00
ShipwreckGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
SimpleStructurePiece.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
SnowyVillageData.mapping World package stuff (#1980) 2021-01-24 16:38:19 +00:00
StrongholdGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
Structure.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
StructureContext.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
StructureManager.mapping Random stuff (#2463) 2021-06-04 13:02:31 +01:00
StructurePiece.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
StructurePieceType.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
StructurePiecesCollector.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
StructurePiecesGenerator.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
StructurePiecesHolder.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
StructurePiecesList.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
StructurePlacementData.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
StructureStart.mapping Structure stuff, based on liach's PR (#2829) 2021-11-16 01:31:21 +00:00
SwampHutGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00
TaigaVillageData.mapping World package stuff (#1980) 2021-01-24 16:38:19 +00:00
VillageGenerator.mapping 20w28a 2020-07-08 18:49:17 +01:00
WoodlandMansionGenerator.mapping 21w38a 2021-09-23 18:35:53 +02:00