Uses of Record Class
net.minecraft.world.tick.Tick
Packages that use 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 TickMethods 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