Uses of Record Class
net.minecraft.world.tick.Tick
Packages that use Tick
-
Uses of Tick in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type TickModifier and TypeFieldDescriptionChunk.TickSchedulers.blocksThe field for theblocksrecord component.UpgradeData.blockTicksUpgradeData.field_56674UpgradeData.field_56675SerializedChunk.field_56677SerializedChunk.field_56678Chunk.TickSchedulers.fluidsThe field for thefluidsrecord component.UpgradeData.fluidTicksMethods in net.minecraft.world.chunk that return types with arguments of type TickModifier and TypeMethodDescriptionChunk.TickSchedulers.blocks()Returns the value of theblocksrecord component.Chunk.TickSchedulers.fluids()Returns the value of thefluidsrecord component.Constructor parameters in net.minecraft.world.chunk with type arguments of type Tick -
Uses of Tick in net.minecraft.world.tick
Fields in net.minecraft.world.tick with type parameters of type TickModifier and TypeFieldDescriptionstatic final Hash.Strategy<Tick<?>> Tick.HASH_STRATEGYSimpleTickScheduler.scheduledTicksSimpleTickScheduler.scheduledTicksSetChunkTickScheduler.ticksMethods in net.minecraft.world.tick that return TickMethods in net.minecraft.world.tick that return types with arguments of type TickModifier and TypeMethodDescriptionChunkTickScheduler.collectTicks(long time) SerializableTickScheduler.collectTicks(long time) SimpleTickScheduler.collectTicks(long time) SimpleTickScheduler.getTicks()static <T> com.mojang.serialization.Codec<Tick<T>> Tick.method_67719(com.mojang.serialization.Codec<T> codec) Tick.method_67722(List<Tick<T>> list, ChunkPos chunkPos) Methods in net.minecraft.world.tick with parameters of type TickMethod parameters in net.minecraft.world.tick with type arguments of type TickModifier and TypeMethodDescriptionTick.method_67722(List<Tick<T>> list, ChunkPos chunkPos) static <T> SimpleTickScheduler<T> Constructor parameters in net.minecraft.world.tick with type arguments of type Tick