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 TickModifier and TypeFieldDescriptionSerializedChunk.BLOCK_TICKS_CODECUpgradeData.BLOCK_TICKS_CODECChunk.TickSchedulers.blocksThe field for theblocksrecord component.UpgradeData.blockTicksSerializedChunk.FLUID_TICKS_CODECUpgradeData.FLUID_TICKS_CODECChunk.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.Constructor parameters in net.minecraft.world.chunk with type arguments of type 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_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) static <T> com.mojang.serialization.Codec<Tick<T>> Tick.createCodec(com.mojang.serialization.Codec<T> typeCodec) 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