Uses of Class
net.minecraft.world.chunk.ChunkPrimerTickList
Packages that use ChunkPrimerTickList
-
Uses of ChunkPrimerTickList in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as ChunkPrimerTickListModifier and TypeFieldDescriptionprivate final ChunkPrimerTickList<Block>ChunkPrimer.blockTicksprivate final ChunkPrimerTickList<Fluid>ChunkPrimer.liquidTicksMethods in net.minecraft.world.chunk that return ChunkPrimerTickListModifier and TypeMethodDescriptionChunkPrimer.getBlockTicks()ChunkPrimerWrapper.getBlockTicks()ChunkPrimer.getLiquidTicks()ChunkPrimerWrapper.getLiquidTicks()Constructors in net.minecraft.world.chunk with parameters of type ChunkPrimerTickListModifierConstructorDescriptionChunkPrimer(ChunkPos p_i49941_1_, UpgradeData p_i49941_2_, ChunkSection[] p_i49941_3_, ChunkPrimerTickList<Block> p_i49941_4_, ChunkPrimerTickList<Fluid> p_i49941_5_)