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_CODEC
ChunkAccess.PackedTicks.blocks
The field for theblocks
record component.UpgradeData.FLUID_TICKS_CODEC
ChunkAccess.PackedTicks.fluids
The field for thefluids
record component.UpgradeData.neighborBlockTicks
UpgradeData.neighborFluidTicks
Methods in net.minecraft.world.level.chunk that return types with arguments of type SavedTickModifier and TypeMethodDescriptionChunkAccess.PackedTicks.blocks()
Returns the value of theblocks
record component.ChunkAccess.PackedTicks.fluids()
Returns the value of thefluids
record 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_CODEC
SerializableChunkData.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.pendingTicks
ProtoChunkTicks.ticks
ProtoChunkTicks.ticksPerPosition
static final it.unimi.dsi.fastutil.Hash.Strategy
<SavedTick<?>> SavedTick.UNIQUE_TICK_HASH
Methods 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