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.blocks
The field for theblocks
record component.UpgradeData.blockTicks
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.Method parameters in net.minecraft.world.chunk with type arguments of type TickModifier and TypeMethodDescriptionprivate static <T> void
UpgradeData.addNeighborTicks
(NbtCompound nbt, String key, Function<String, Optional<T>> nameToType, List<Tick<T>> ticks) 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) Tick.fromNbt
(NbtCompound nbt, Function<String, Optional<T>> nameToType) 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