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. blockEntityTickers
private List<BlockEntityTickInvoker>
World. pendingBlockEntityTickers
Methods in net.minecraft.world with parameters of type BlockEntityTickInvoker Modifier and Type Method Description void
World. 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) class
WorldChunk.DirectBlockEntityTickInvoker<T extends BlockEntity>
(package private) class
WorldChunk.WrappedBlockEntityTickInvoker
Fields in net.minecraft.world.chunk declared as BlockEntityTickInvoker Modifier and Type Field Description private static BlockEntityTickInvoker
WorldChunk. EMPTY_BLOCK_ENTITY_TICKER
private BlockEntityTickInvoker
WorldChunk.WrappedBlockEntityTickInvoker. wrapped
Methods 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 void
WorldChunk.WrappedBlockEntityTickInvoker. setWrapped(BlockEntityTickInvoker wrapped)
Constructors in net.minecraft.world.chunk with parameters of type BlockEntityTickInvoker Constructor Description WrappedBlockEntityTickInvoker(BlockEntityTickInvoker wrapped)