Uses of Interface
net.minecraft.world.ITickList
Packages that use ITickList
Package
Description
-
Uses of ITickList in net.minecraft.client.world
Methods in net.minecraft.client.world that return ITickList -
Uses of ITickList in net.minecraft.world
Classes in net.minecraft.world that implement ITickListModifier and TypeClassDescriptionclass
class
class
Fields in net.minecraft.world with type parameters of type ITickListMethods in net.minecraft.world that return ITickListMethods in net.minecraft.world with parameters of type ITickListConstructor parameters in net.minecraft.world with type arguments of type ITickList -
Uses of ITickList in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement ITickListFields in net.minecraft.world.chunk declared as ITickListMethods in net.minecraft.world.chunk that return ITickListModifier and TypeMethodDescriptionChunk.getBlockTicks()
IChunk.getBlockTicks()
Chunk.getLiquidTicks()
IChunk.getLiquidTicks()
Methods in net.minecraft.world.chunk with parameters of type ITickListModifier and TypeMethodDescriptionvoid
Constructors in net.minecraft.world.chunk with parameters of type ITickListModifierConstructorDescriptionChunk
(World p_i225781_1_, ChunkPos p_i225781_2_, BiomeContainer p_i225781_3_, UpgradeData p_i225781_4_, ITickList<Block> p_i225781_5_, ITickList<Fluid> p_i225781_6_, long p_i225781_7_, ChunkSection[] p_i225781_9_, Consumer<Chunk> p_i225781_10_) -
Uses of ITickList in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as ITickListMethods in net.minecraft.world.gen that return ITickList -
Uses of ITickList in net.minecraft.world.server
Classes in net.minecraft.world.server that implement ITickList