Uses of Interface
net.minecraft.world.level.TickList
Packages that use TickList
Package
Description
- 
Uses of TickList in net.minecraft.client.multiplayerMethods in net.minecraft.client.multiplayer that return TickList
- 
Uses of TickList in net.minecraft.server.levelClasses 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.levelClasses in net.minecraft.world.level that implement TickListModifier and TypeClassDescriptionclassclassclassMethods 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.chunkClasses 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 TypeMethodDescriptionvoidConstructors 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_)