Uses of Interface
net.minecraft.world.chunk.BlockEntityTickInvoker
| Package | Description |
|---|---|
| net.minecraft.world | |
| net.minecraft.world.chunk |
-
Uses of BlockEntityTickInvoker in net.minecraft.world
Fields in net.minecraft.world with type parameters of type BlockEntityTickInvoker Modifier and Type Field Description protected List<BlockEntityTickInvoker>World. blockEntityTickersprivate List<BlockEntityTickInvoker>World. pendingBlockEntityTickersMethods in net.minecraft.world with parameters of type BlockEntityTickInvoker Modifier and Type Method Description voidWorld. addBlockEntityTicker(BlockEntityTickInvoker ticker) -
Uses of BlockEntityTickInvoker in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement BlockEntityTickInvoker Modifier and Type Class Description (package private) classWorldChunk.DirectBlockEntityTickInvoker<T extends BlockEntity>(package private) classWorldChunk.WrappedBlockEntityTickInvokerFields in net.minecraft.world.chunk declared as BlockEntityTickInvoker Modifier and Type Field Description private static BlockEntityTickInvokerWorldChunk. EMPTY_BLOCK_ENTITY_TICKERprivate BlockEntityTickInvokerWorldChunk.WrappedBlockEntityTickInvoker. wrappedMethods in net.minecraft.world.chunk that return BlockEntityTickInvoker Modifier and Type Method Description private <T extends BlockEntity>
BlockEntityTickInvokerWorldChunk. wrapTicker(T blockEntity, BlockEntityTicker<T> blockEntityTicker)Methods in net.minecraft.world.chunk with parameters of type BlockEntityTickInvoker Modifier and Type Method Description private voidWorldChunk.WrappedBlockEntityTickInvoker. setWrapped(BlockEntityTickInvoker wrapped)Constructors in net.minecraft.world.chunk with parameters of type BlockEntityTickInvoker Constructor Description WrappedBlockEntityTickInvoker(BlockEntityTickInvoker wrapped)