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> pTicks) Constructors in net.minecraft.world.level.chunk with parameters of type LevelChunkTicksModifierConstructorDescriptionLevelChunk
(Level pLevel, ChunkPos pPos, UpgradeData pData, LevelChunkTicks<Block> pBlockTicks, LevelChunkTicks<Fluid> pFluidTicks, long pInhabitedTime, LevelChunkSection[] pSections, LevelChunk.PostLoadProcessor pPostLoad, BlendingData pBlendingData) -
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 pPos, LevelChunkTicks<T> pContainer) void
LevelTicks.addContainer
(ChunkPos pChunkPos, LevelChunkTicks<T> pChunkTicks) private void
LevelTicks.drainFromCurrentContainer
(Queue<LevelChunkTicks<T>> pContainersToTick, LevelChunkTicks<T> pLevelChunkTicks, long pGameTime, int pMaxAllowedTicks) Method parameters in net.minecraft.world.ticks with type arguments of type LevelChunkTicksModifier and TypeMethodDescriptionprivate void
LevelTicks.drainFromCurrentContainer
(Queue<LevelChunkTicks<T>> pContainersToTick, LevelChunkTicks<T> pLevelChunkTicks, long pGameTime, int pMaxAllowedTicks) void
LevelChunkTicks.setOnTickAdded
(BiConsumer<LevelChunkTicks<T>, ScheduledTick<T>> pOnTickAdded)