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 SavedTickMethod 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 SavedTickMethods in net.minecraft.world.ticks that return types with arguments of type SavedTickModifier and TypeMethodDescriptionSavedTick.loadTick(CompoundTag tag, Function<String, Optional<T>> idParser) 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 TypeMethodDescriptionstatic <T> voidSavedTick.loadTickList(ListTag tag, Function<String, Optional<T>> idParser, ChunkPos chunkPos, Consumer<SavedTick<T>> output) Constructor parameters in net.minecraft.world.ticks with type arguments of type SavedTick