Uses of Record Class
net.minecraft.world.tick.Tick
-
Uses of Tick in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionChunk.TickSchedulers.blocks
The field for theblocks
record component.UpgradeData.blockTicks
Chunk.TickSchedulers.fluids
The field for thefluids
record component.UpgradeData.fluidTicks
Modifier and TypeMethodDescriptionChunk.TickSchedulers.blocks()
Returns the value of theblocks
record component.Chunk.TickSchedulers.fluids()
Returns the value of thefluids
record component.Modifier and TypeMethodDescriptionprivate static <T> void
UpgradeData.addNeighborTicks
(NbtCompound nbt, String key, Function<String, Optional<T>> nameToType, List<Tick<T>> ticks) -
Uses of Tick in net.minecraft.world.tick
Modifier and TypeFieldDescriptionstatic final Hash.Strategy
<Tick<?>> Tick.HASH_STRATEGY
SimpleTickScheduler.scheduledTicks
SimpleTickScheduler.scheduledTicksSet
ChunkTickScheduler.ticks
Modifier and TypeMethodDescriptionChunkTickScheduler.collectTicks
(long time) SerializableTickScheduler.collectTicks
(long time) SimpleTickScheduler.collectTicks
(long time) Tick.fromNbt
(NbtCompound nbt, Function<String, Optional<T>> nameToType) SimpleTickScheduler.getTicks()