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.blocksThe field for theblocksrecord component.ChunkAccess.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.Method parameters in net.minecraft.world.level.chunk with type arguments of type SavedTickModifier and TypeMethodDescriptionprivate static <T> voidUpgradeData.loadTicks(CompoundTag tag, String identifier, Function<String, Optional<T>> valueFunction, List<SavedTick<T>> ticks) 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.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 gametime) Methods in net.minecraft.world.ticks that return types with arguments of type SavedTickModifier and TypeMethodDescriptionSavedTick.loadTick(CompoundTag tag, Function<String, Optional<T>> idParser) LevelChunkTicks.pack(long p_362978_) ProtoChunkTicks.pack(long p_365201_) SerializableTickContainer.pack(long gametime) 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