Uses of Record Class
net.minecraft.world.tick.Tick
-
Uses of Tick in net.minecraft.world.chunk
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 TypeMethodDescriptionTick.fromNbt
(NbtCompound nbt, Function<String, Optional<T>> nameToType) SimpleTickScheduler.getTicks()