yarn/mappings/net/minecraft/block/entity
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
..
AbstractFurnaceBlockEntity.mapping 22w12a misc stuff (#3065) 2022-03-30 09:19:16 +00:00
BannerBlockEntity.mapping Rename remaining Tag to Nbt (#2960) 2022-01-17 21:21:38 +00:00
BannerPattern.mapping Map changes to banner patterns in 22w18a (#3135) 2022-05-05 17:36:49 +01:00
BannerPatterns.mapping 22w18a stuff (#3137) 2022-05-11 19:28:01 +01:00
BarrelBlockEntity.mapping Map chest state managers. (#1838) 2020-11-07 23:17:37 +00:00
BeaconBlockEntity.mapping random misc things (#2376) 2021-05-04 08:47:40 +00:00
BedBlockEntity.mapping 20w51a things (#1918) 2020-12-31 14:22:27 +00:00
BeehiveBlockEntity.mapping some random stuff (#2969) 2022-02-09 16:42:22 +00:00
BellBlockEntity.mapping Map block stuff (#2815) 2021-11-09 22:09:37 +00:00
BlastFurnaceBlockEntity.mapping Block package stuff (#1968) 2021-01-21 23:33:27 +00:00
BlockEntity.mapping 22w03a 2022-01-19 17:26:32 +00:00
BlockEntityTicker.mapping Map chest state managers. (#1838) 2020-11-07 23:17:37 +00:00
BlockEntityType.mapping 22w03a 2022-01-19 17:26:32 +00:00
BrewingStandBlockEntity.mapping Block package stuff (#1968) 2021-01-21 23:33:27 +00:00
CampfireBlockEntity.mapping 1.19-pre2 stuff (#3189) 2022-05-24 08:55:49 +01:00
ChestBlockEntity.mapping Map chest state managers. (#1838) 2020-11-07 23:17:37 +00:00
ChestLidAnimator.mapping Map chest state managers. (#1838) 2020-11-07 23:17:37 +00:00
CommandBlockBlockEntity.mapping 21w40a 2021-10-07 15:55:57 +01:00
ComparatorBlockEntity.mapping Block package stuff (#1968) 2021-01-21 23:33:27 +00:00
ConduitBlockEntity.mapping Map block stuff (#2815) 2021-11-09 22:09:37 +00:00
DaylightDetectorBlockEntity.mapping Block package stuff (#1968) 2021-01-21 23:33:27 +00:00
DispenserBlockEntity.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
DropperBlockEntity.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
EnchantingTableBlockEntity.mapping Small amount of Block Mappings + Game Events (#3139) 2022-05-06 14:45:42 +01:00
EndGatewayBlockEntity.mapping 22w03a 2022-01-19 17:26:32 +00:00
EndPortalBlockEntity.mapping Block package stuff (#1968) 2021-01-21 23:33:27 +00:00
EnderChestBlockEntity.mapping Map chest state managers. (#1838) 2020-11-07 23:17:37 +00:00
FurnaceBlockEntity.mapping Block package stuff (#1968) 2021-01-21 23:33:27 +00:00
Hopper.mapping 20w45a 2020-11-04 20:44:22 +00:00
HopperBlockEntity.mapping Fix some setters not matching fields and params (#2978) 2022-02-09 16:42:35 +00:00
JigsawBlockEntity.mapping 22w18a stuff (#3137) 2022-05-11 19:28:01 +01:00
JukeboxBlockEntity.mapping Block package stuff (#1968) 2021-01-21 23:33:27 +00:00
LecternBlockEntity.mapping Block package stuff (#1968) 2021-01-21 23:33:27 +00:00
LidOpenable.mapping Rename/repackage ChestAnimationProgress (#3174) 2022-05-20 20:25:18 +01:00
LockableContainerBlockEntity.mapping Some block methods and param names (#1335) 2020-05-11 12:44:39 +01:00
LootableContainerBlockEntity.mapping 22w14a random (#3080) 2022-04-07 15:14:42 +01:00
MobSpawnerBlockEntity.mapping Block package stuff (#1968) 2021-01-21 23:33:27 +00:00
PistonBlockEntity.mapping Map block entitiy methods (#2118) 2021-03-11 23:46:31 +00:00
SculkCatalystBlockEntity.mapping 22w11a 2022-03-16 21:42:31 +01:00
SculkSensorBlockEntity.mapping 1.19-pre1 stuff (#3163) 2022-05-20 16:53:18 +01:00
SculkShriekerBlockEntity.mapping 22w19a stuff (#3156) 2022-05-16 12:08:07 +01:00
SculkShriekerWarningManager.mapping 22w19a 2022-05-12 20:28:43 +02:00
SculkSpreadManager.mapping 22w15a 2022-04-13 18:50:51 +02:00
ShulkerBoxBlockEntity.mapping 21w37a 2021-09-16 21:06:33 +02:00
SignBlockEntity.mapping random misc things (#2376) 2021-05-04 08:47:40 +00:00
SkullBlockEntity.mapping 1.19-pre1 networking (#3164) 2022-05-23 13:07:30 +01:00
SmokerBlockEntity.mapping Block package stuff (#1968) 2021-01-21 23:33:27 +00:00
StructureBlockBlockEntity.mapping Rename Structure and StructureType (#3183) 2022-06-01 16:07:00 +01:00
TrappedChestBlockEntity.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
ViewerCountManager.mapping ChestStateManager -> ViewerCountManager (#2602) 2021-07-23 13:53:35 +01:00