Uses of Interface
net.minecraft.world.level.block.entity.TickingBlockEntity
-
Uses of TickingBlockEntity in net.minecraft.world.level
Modifier and TypeFieldDescriptionprotected final List<TickingBlockEntity>
Level.blockEntityTickers
private final 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 final 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)