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 TickMethod 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) -
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 TypeMethodDescriptionTick.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 TickModifier and TypeMethodDescriptionstatic <T> void
Tick.tick
(NbtList tickList, Function<String, Optional<T>> nameToTypeFunction, ChunkPos pos, Consumer<Tick<T>> tickConsumer) Constructor parameters in net.minecraft.world.tick with type arguments of type Tick