Uses of Interface
net.minecraft.world.level.block.entity.TickingBlockEntity
-
Uses of TickingBlockEntity in net.minecraft.world.level
Modifier and TypeFieldDescriptionprotected List<TickingBlockEntity>
Level.blockEntityTickers
private List<TickingBlockEntity>
-
Uses of TickingBlockEntity in net.minecraft.world.level.chunk
Modifier and TypeClassDescription(package private) class
LevelChunk.BoundTickingBlockEntity<T extends BlockEntity>
(package private) class
Modifier and TypeFieldDescriptionprivate static TickingBlockEntity
LevelChunk.NULL_TICKER
private TickingBlockEntity
LevelChunk.RebindableTickingBlockEntityWrapper.ticker
Modifier and TypeMethodDescriptionprivate <T extends BlockEntity>
TickingBlockEntityLevelChunk.createTicker(T p_156376_, BlockEntityTicker<T> p_156377_)
Modifier and TypeMethodDescription(package private) void
LevelChunk.RebindableTickingBlockEntityWrapper.rebind(TickingBlockEntity p_156450_)
ModifierConstructorDescription(package private)