Uses of Interface
net.minecraft.world.chunk.BlockEntityTickInvoker
Packages that use BlockEntityTickInvoker
-
Uses of BlockEntityTickInvoker in net.minecraft.world
Fields in net.minecraft.world with type parameters of type BlockEntityTickInvokerModifier and TypeFieldDescriptionprotected List<BlockEntityTickInvoker>World.blockEntityTickersprivate List<BlockEntityTickInvoker>Methods in net.minecraft.world with parameters of type BlockEntityTickInvokerModifier and TypeMethodDescriptionvoidWorld.addBlockEntityTicker(BlockEntityTickInvoker ticker) -
Uses of BlockEntityTickInvoker in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement BlockEntityTickInvokerModifier and TypeClassDescription(package private) class(package private) classFields in net.minecraft.world.chunk declared as BlockEntityTickInvokerModifier and TypeFieldDescriptionprivate static BlockEntityTickInvokerWorldChunk.EMPTY_BLOCK_ENTITY_TICKERprivate BlockEntityTickInvokerWorldChunk.WrappedBlockEntityTickInvoker.wrappedMethods in net.minecraft.world.chunk that return BlockEntityTickInvokerModifier and TypeMethodDescriptionprivate <T extends BlockEntity>
BlockEntityTickInvokerWorldChunk.wrapTicker(T blockEntity, BlockEntityTicker<T> blockEntityTicker)Methods in net.minecraft.world.chunk with parameters of type BlockEntityTickInvokerModifier and TypeMethodDescriptionprivate voidWorldChunk.WrappedBlockEntityTickInvoker.setWrapped(BlockEntityTickInvoker wrapped)Constructors in net.minecraft.world.chunk with parameters of type BlockEntityTickInvokerModifierConstructorDescriptionprivate