yarn/mappings/net/minecraft/block/entity/BlockEntityTicker.mapping

12 lines
508 B
Plaintext

CLASS net/minecraft/class_5558 net/minecraft/block/entity/BlockEntityTicker
COMMENT A functional interface that ticks a block entity. This is usually implemented
COMMENT as a static method in the block entity's class.
COMMENT
COMMENT @see net.minecraft.block.BlockEntityProvider#getTicker
METHOD tick (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2586;)V
COMMENT Ticks the block entity.
ARG 1 world
ARG 2 pos
ARG 3 state
ARG 4 blockEntity