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 TypeFieldDescriptionSerializedChunk.BLOCK_TICKS_CODEC
UpgradeData.BLOCK_TICKS_CODEC
Chunk.TickSchedulers.blocks
The field for theblocks
record component.UpgradeData.blockTicks
SerializedChunk.FLUID_TICKS_CODEC
UpgradeData.FLUID_TICKS_CODEC
Chunk.TickSchedulers.fluids
The field for thefluids
record component.UpgradeData.fluidTicks
Methods in net.minecraft.world.chunk that return types with arguments of type TickModifier and TypeMethodDescriptionChunk.TickSchedulers.blocks()
Returns the value of theblocks
record component.Chunk.TickSchedulers.fluids()
Returns the value of thefluids
record 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_STRATEGY
SimpleTickScheduler.scheduledTicks
SimpleTickScheduler.scheduledTicksSet
ChunkTickScheduler.ticks
Methods 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) static <T> com.mojang.serialization.Codec
<Tick<T>> Tick.createCodec
(com.mojang.serialization.Codec<T> typeCodec) SimpleTickScheduler.getTicks()
Methods in net.minecraft.world.tick with parameters of type TickMethod parameters in net.minecraft.world.tick with type arguments of type TickConstructor parameters in net.minecraft.world.tick with type arguments of type Tick