Uses of Record Class
net.minecraft.world.ticks.SavedTick
Packages that use SavedTick
-
Uses of SavedTick in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type SavedTickModifier and TypeFieldDescriptionChunkAccess.PackedTicks.blocks
The field for theblocks
record component.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.Method parameters in net.minecraft.world.level.chunk with type arguments of type SavedTickModifier and TypeMethodDescriptionprivate static <T> void
UpgradeData.loadTicks
(CompoundTag p_208133_, String p_208134_, Function<String, Optional<T>> p_208135_, List<SavedTick<T>> p_208136_) Constructor parameters in net.minecraft.world.level.chunk with type arguments of type SavedTick -
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 p_365277_) Methods in net.minecraft.world.ticks that return types with arguments of type SavedTickModifier and TypeMethodDescriptionSavedTick.loadTick
(CompoundTag p_210670_, Function<String, Optional<T>> p_210671_) SavedTick.loadTickList
(ListTag p_193351_, Function<String, Optional<T>> p_193352_, ChunkPos p_193353_) LevelChunkTicks.pack
(long p_362978_) ProtoChunkTicks.pack
(long p_365201_) SerializableTickContainer.pack
(long p_193426_) ProtoChunkTicks.scheduledTicks()
Methods in net.minecraft.world.ticks with parameters of type SavedTickMethod parameters in net.minecraft.world.ticks with type arguments of type SavedTickConstructor parameters in net.minecraft.world.ticks with type arguments of type SavedTick