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.blockTicksprivate final LevelChunkTicks<Fluid> LevelChunk.fluidTicksMethods 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 @Nullable [] pSections, @Nullable LevelChunk.PostLoadProcessor pPostLoad, @Nullable 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.allContainersprivate final BiConsumer<LevelChunkTicks<T>, ScheduledTick<T>> LevelTicks.chunkScheduleUpdaterprivate static final Comparator<LevelChunkTicks<?>> LevelTicks.CONTAINER_DRAIN_ORDERprivate final Queue<LevelChunkTicks<T>> LevelTicks.containersToTickprivate @Nullable BiConsumer<LevelChunkTicks<T>, ScheduledTick<T>> LevelChunkTicks.onTickAddedMethods in net.minecraft.world.ticks with parameters of type LevelChunkTicksModifier and TypeMethodDescriptionvoidLevelTicks.PosAndContainerConsumer.accept(long pPos, LevelChunkTicks<T> pContainer) voidLevelTicks.addContainer(ChunkPos pChunkPos, LevelChunkTicks<T> pChunkTicks) private voidLevelTicks.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 voidLevelTicks.drainFromCurrentContainer(Queue<LevelChunkTicks<T>> pContainersToTick, LevelChunkTicks<T> pLevelChunkTicks, long pGameTime, int pMaxAllowedTicks) voidLevelChunkTicks.setOnTickAdded(@Nullable BiConsumer<LevelChunkTicks<T>, ScheduledTick<T>> pOnTickAdded)