Uses of Record Class
net.minecraft.world.ticks.SavedTick
Packages that use SavedTick
Package
Description
-
Uses of SavedTick in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type SavedTickModifier and TypeFieldDescriptionUpgradeData.BLOCK_TICKS_CODECChunkAccess.PackedTicks.blocksThe field for theblocksrecord component.UpgradeData.FLUID_TICKS_CODECChunkAccess.PackedTicks.fluidsThe field for thefluidsrecord component.UpgradeData.neighborBlockTicksUpgradeData.neighborFluidTicksMethods in net.minecraft.world.level.chunk that return types with arguments of type SavedTickModifier and TypeMethodDescriptionChunkAccess.PackedTicks.blocks()Returns the value of theblocksrecord component.ChunkAccess.PackedTicks.fluids()Returns the value of thefluidsrecord component.Constructor parameters in net.minecraft.world.level.chunk with type arguments of type SavedTick -
Uses of SavedTick in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage with type parameters of type SavedTickModifier and TypeFieldDescriptionSerializableChunkData.BLOCK_TICKS_CODECSerializableChunkData.FLUID_TICKS_CODEC -
Uses of SavedTick in net.minecraft.world.ticks
Fields in net.minecraft.world.ticks with type parameters of type SavedTickModifier and TypeFieldDescriptionLevelChunkTicks.pendingTicksProtoChunkTicks.ticksProtoChunkTicks.ticksPerPositionstatic final it.unimi.dsi.fastutil.Hash.Strategy<SavedTick<?>> SavedTick.UNIQUE_TICK_HASHMethods in net.minecraft.world.ticks that return SavedTickModifier and TypeMethodDescriptionstatic <T> SavedTick<T> ScheduledTick.toSavedTick(long pGametime) Methods in net.minecraft.world.ticks that return types with arguments of type SavedTickModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<SavedTick<T>> SavedTick.codec(com.mojang.serialization.Codec<T> pCodec) SavedTick.filterTickListForChunk(List<SavedTick<T>> pTickList, ChunkPos pChunkPos) LevelChunkTicks.pack(long p_362978_) ProtoChunkTicks.pack(long p_365201_) SerializableTickContainer.pack(long pGametime) ProtoChunkTicks.scheduledTicks()Methods in net.minecraft.world.ticks with parameters of type SavedTickMethod parameters in net.minecraft.world.ticks with type arguments of type SavedTickModifier and TypeMethodDescriptionSavedTick.filterTickListForChunk(List<SavedTick<T>> pTickList, ChunkPos pChunkPos) static <T> ProtoChunkTicks<T> Constructor parameters in net.minecraft.world.ticks with type arguments of type SavedTick