Uses of Interface
net.minecraft.world.level.TickList
Packages that use TickList
Package
Description
-
Uses of TickList in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return TickList -
Uses of TickList in net.minecraft.server.level
Classes in net.minecraft.server.level that implement TickListFields in net.minecraft.server.level declared as TickListFields in net.minecraft.server.level with type parameters of type TickListMethods in net.minecraft.server.level that return TickListConstructor parameters in net.minecraft.server.level with type arguments of type TickList -
Uses of TickList in net.minecraft.world.level
Classes in net.minecraft.world.level that implement TickListModifier and TypeClassDescriptionclass
class
class
Methods in net.minecraft.world.level that return TickListMethods in net.minecraft.world.level with parameters of type TickList -
Uses of TickList in net.minecraft.world.level.chunk
Classes in net.minecraft.world.level.chunk that implement TickListFields in net.minecraft.world.level.chunk declared as TickListMethods in net.minecraft.world.level.chunk that return TickListModifier and TypeMethodDescriptionChunkAccess.getBlockTicks()
LevelChunk.getBlockTicks()
ChunkAccess.getLiquidTicks()
LevelChunk.getLiquidTicks()
Methods in net.minecraft.world.level.chunk with parameters of type TickListModifier and TypeMethodDescriptionvoid
Constructors in net.minecraft.world.level.chunk with parameters of type TickListModifierConstructorDescriptionLevelChunk(Level p_62800_, ChunkPos p_62801_, ChunkBiomeContainer p_62802_, UpgradeData p_62803_, TickList<Block> p_62804_, TickList<Fluid> p_62805_, long p_62806_, LevelChunkSection[] p_62807_, Consumer<LevelChunk> p_62808_)