Uses of Class
net.minecraft.world.ticks.LevelChunkTicks
Packages that use LevelChunkTicks
-
Uses of LevelChunkTicks in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as LevelChunkTicksModifier and TypeFieldDescriptionprivate final LevelChunkTicks<Block>
LevelChunk.blockTicks
private final LevelChunkTicks<Fluid>
LevelChunk.fluidTicks
Methods in net.minecraft.world.level.chunk that return LevelChunkTicksModifier and TypeMethodDescriptionProtoChunk.unpackBlockTicks()
ProtoChunk.unpackFluidTicks()
private static <T> LevelChunkTicks<T>
ProtoChunk.unpackTicks
(ProtoChunkTicks<T> p_188190_) Constructors in net.minecraft.world.level.chunk with parameters of type LevelChunkTicksModifierConstructorDescriptionLevelChunk
(Level p_196854_, ChunkPos p_196855_, UpgradeData p_196856_, LevelChunkTicks<Block> p_196857_, LevelChunkTicks<Fluid> p_196858_, long p_196859_, LevelChunkSection[] p_196860_, LevelChunk.PostLoadProcessor p_196861_, BlendingData p_196862_) -
Uses of LevelChunkTicks in net.minecraft.world.ticks
Fields in net.minecraft.world.ticks with type parameters of type LevelChunkTicksModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkTicks<T>>
LevelTicks.allContainers
private final BiConsumer<LevelChunkTicks<T>,
ScheduledTick<T>> LevelTicks.chunkScheduleUpdater
private static final Comparator<LevelChunkTicks<?>>
LevelTicks.CONTAINER_DRAIN_ORDER
private final Queue<LevelChunkTicks<T>>
LevelTicks.containersToTick
private BiConsumer<LevelChunkTicks<T>,
ScheduledTick<T>> LevelChunkTicks.onTickAdded
Methods in net.minecraft.world.ticks that return LevelChunkTicksMethods in net.minecraft.world.ticks with parameters of type LevelChunkTicksModifier and TypeMethodDescriptionvoid
LevelTicks.PosAndContainerConsumer.accept
(long p_193289_, LevelChunkTicks<T> p_193290_) void
LevelTicks.addContainer
(ChunkPos p_193232_, LevelChunkTicks<T> p_193233_) private void
LevelTicks.drainFromCurrentContainer
(Queue<LevelChunkTicks<T>> p_193268_, LevelChunkTicks<T> p_193269_, long p_193270_, int p_193271_) Method parameters in net.minecraft.world.ticks with type arguments of type LevelChunkTicksModifier and TypeMethodDescriptionprivate void
LevelTicks.drainFromCurrentContainer
(Queue<LevelChunkTicks<T>> p_193268_, LevelChunkTicks<T> p_193269_, long p_193270_, int p_193271_) void
LevelChunkTicks.setOnTickAdded
(BiConsumer<LevelChunkTicks<T>, ScheduledTick<T>> p_193182_)