yarn/mappings/net/minecraft/block/entity
AlexIIL dd60a9b973
BlockEntity tick and creation (#1836)
* Minor BlockEntity ticking names.

* And some more.

* More.

* More.

* Map a lot more BlockEntity.tick methods.

* World mappings.

* Javadoc for BlockWithEntity.checkTYpe.

* Name params.

* Map BlockEntityType.class_5559 as BlockEntityCreator

* Rename BeehiveBlockEntity.tick to tickServer as it's not used on the client.

* WorldChunk.emptyBlockEntityTicker -> EMPTY_BLOCK_ENTITY_TICKER

* tickServer -> serverTick and tickClient -> clientTick

* WorldChunk.method_31718 -> wrapTicker (rather than createTicker, as this is more accurate).

* Map WorldChunk.method_31715 as canTickBlockEntities.

* DirectBlockEntityTicker -> BlockEntitytTickInvoker

* "ChunkBlockEntityTicker" -> "BlockEntityTickInvoker".

* Bring back "direct" instead of "impl".

* "null*" -> "empty*"

* BlockEntityCreator -> BlockEntityFactory.

* CampfireBlockEntity: tickUnlit/tickLit -> unlitServerTick/litServerTick

* creator/supplier -> factory in BlockEntityType.
2020-11-06 12:49:58 +00:00
..
AbstractFurnaceBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
BannerBlockEntity.mapping 20w45a 2020-11-04 20:44:22 +00:00
BannerPattern.mapping Misc 20w45a things (#1832) 2020-11-05 09:36:10 +00:00
BarrelBlockEntity.mapping 20w45a 2020-11-04 20:44:22 +00:00
BeaconBlockEntity.mapping 20w45a 2020-11-04 20:44:22 +00:00
BedBlockEntity.mapping 20w45a 2020-11-04 20:44:22 +00:00
BeehiveBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
BellBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
BlastFurnaceBlockEntity.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
BlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
BlockEntityTicker.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
BlockEntityType.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
BrewingStandBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
CampfireBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
ChestBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
CommandBlockBlockEntity.mapping Map some blocks, fluids and block entities (#1309) 2020-04-30 12:20:20 +01:00
ComparatorBlockEntity.mapping Mapped lots of random things (#794) 2019-07-31 15:20:12 +01:00
ConduitBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
DaylightDetectorBlockEntity.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
DispenserBlockEntity.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
DropperBlockEntity.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
EnchantingTableBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
EndGatewayBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
EndPortalBlockEntity.mapping block entity mappings (#1237) 2020-04-01 02:02:51 +01:00
EnderChestBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
FurnaceBlockEntity.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
Hopper.mapping 20w45a 2020-11-04 20:44:22 +00:00
HopperBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
JigsawBlockEntity.mapping 20w28a 2020-07-08 18:49:17 +01:00
JukeboxBlockEntity.mapping block entity mappings (#1237) 2020-04-01 02:02:51 +01:00
LecternBlockEntity.mapping 20w10a 2020-03-04 20:22:46 +00:00
LockableContainerBlockEntity.mapping Some block methods and param names (#1335) 2020-05-11 12:44:39 +01:00
LootableContainerBlockEntity.mapping block entity mappings (#1237) 2020-04-01 02:02:51 +01:00
MobSpawnerBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
PistonBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
ShulkerBoxBlockEntity.mapping BlockEntity tick and creation (#1836) 2020-11-06 12:49:58 +00:00
SignBlockEntity.mapping Add a mapping for method_30843 in SignBlockEntity (#1706) 2020-08-24 08:54:14 +01:00
SkullBlockEntity.mapping block entity mappings (#1237) 2020-04-01 02:02:51 +01:00
SmokerBlockEntity.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00
StructureBlockBlockEntity.mapping 20w27a 2020-07-01 17:44:38 +01:00
TrappedChestBlockEntity.mapping The Great Intermediary Update, Part 1 2019-06-28 23:55:20 +02:00