Uses of Record Class
net.minecraft.world.tick.Tick
Packages that use Tick
- 
Uses of Tick in net.minecraft.world.chunkFields in net.minecraft.world.chunk with type parameters of type TickModifier and TypeFieldDescriptionChunk.TickSchedulers.blocksThe field for theblocksrecord component.UpgradeData.blockTicksChunk.TickSchedulers.fluidsThe field for thefluidsrecord component.UpgradeData.fluidTicksMethods in net.minecraft.world.chunk that return types with arguments of type TickModifier and TypeMethodDescriptionChunk.TickSchedulers.blocks()Returns the value of theblocksrecord component.Chunk.TickSchedulers.fluids()Returns the value of thefluidsrecord component.Method parameters in net.minecraft.world.chunk with type arguments of type TickModifier and TypeMethodDescriptionprivate static <T> voidUpgradeData.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.tickFields in net.minecraft.world.tick with type parameters of type TickModifier and TypeFieldDescriptionstatic final Hash.Strategy<Tick<?>> Tick.HASH_STRATEGYSimpleTickScheduler.scheduledTicksSimpleTickScheduler.scheduledTicksSetChunkTickScheduler.ticksMethods 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