Uses of Interface
net.minecraft.world.ITickList
-
Packages that use ITickList Package Description net.minecraft.client.world net.minecraft.world net.minecraft.world.chunk net.minecraft.world.gen net.minecraft.world.server -
-
Uses of ITickList in net.minecraft.client.world
Methods in net.minecraft.client.world that return ITickList Modifier and Type Method Description ITickList<Block>ClientWorld. getBlockTicks()ITickList<Fluid>ClientWorld. getLiquidTicks() -
Uses of ITickList in net.minecraft.world
Classes in net.minecraft.world that implement ITickList Modifier and Type Class Description classEmptyTickList<T>classSerializableTickList<T>classWorldGenTickList<T>Fields in net.minecraft.world with type parameters of type ITickList Modifier and Type Field Description private java.util.function.Function<BlockPos,ITickList<T>>WorldGenTickList. indexMethods in net.minecraft.world that return ITickList Modifier and Type Method Description ITickList<Block>IWorld. getBlockTicks()ITickList<Fluid>IWorld. getLiquidTicks()Methods in net.minecraft.world with parameters of type ITickList Modifier and Type Method Description voidSerializableTickList. copyOut(ITickList<T> p_234855_1_)Constructor parameters in net.minecraft.world with type arguments of type ITickList Constructor Description WorldGenTickList(java.util.function.Function<BlockPos,ITickList<T>> p_i48981_1_) -
Uses of ITickList in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement ITickList Modifier and Type Class Description classChunkPrimerTickList<T>Fields in net.minecraft.world.chunk declared as ITickList Modifier and Type Field Description private ITickList<Block>Chunk. blockTicksprivate ITickList<Fluid>Chunk. liquidTicksMethods in net.minecraft.world.chunk that return ITickList Modifier and Type Method Description ITickList<Block>Chunk. getBlockTicks()ITickList<Block>IChunk. getBlockTicks()ITickList<Fluid>Chunk. getLiquidTicks()ITickList<Fluid>IChunk. getLiquidTicks()Methods in net.minecraft.world.chunk with parameters of type ITickList Modifier and Type Method Description voidChunkPrimerTickList. copyOut(ITickList<T> p_205381_1_, java.util.function.Function<BlockPos,T> p_205381_2_)Constructors in net.minecraft.world.chunk with parameters of type ITickList Constructor Description Chunk(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_, java.util.function.Consumer<Chunk> p_i225781_10_) -
Uses of ITickList in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as ITickList Modifier and Type Field Description private ITickList<Block>WorldGenRegion. blockTicksprivate ITickList<Fluid>WorldGenRegion. liquidTicksMethods in net.minecraft.world.gen that return ITickList Modifier and Type Method Description ITickList<Block>WorldGenRegion. getBlockTicks()ITickList<Fluid>WorldGenRegion. getLiquidTicks() -
Uses of ITickList in net.minecraft.world.server
Classes in net.minecraft.world.server that implement ITickList Modifier and Type Class Description classServerTickList<T>
-