Uses of Record Class
net.minecraft.world.level.chunk.ChunkAccess.PackedTicks
Packages that use ChunkAccess.PackedTicks
-
Uses of ChunkAccess.PackedTicks in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk that return ChunkAccess.PackedTicksModifier and TypeMethodDescriptionabstract ChunkAccess.PackedTicksChunkAccess.getTicksForSerialization(long gametime) ImposterProtoChunk.getTicksForSerialization(long gametime) LevelChunk.getTicksForSerialization(long gametime) ProtoChunk.getTicksForSerialization(long gametime) -
Uses of ChunkAccess.PackedTicks in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage declared as ChunkAccess.PackedTicksModifier and TypeFieldDescriptionprivate final ChunkAccess.PackedTicksSerializableChunkData.packedTicksThe field for thepackedTicksrecord component.Methods in net.minecraft.world.level.chunk.storage that return ChunkAccess.PackedTicksModifier and TypeMethodDescriptionSerializableChunkData.packedTicks()Returns the value of thepackedTicksrecord component.Methods in net.minecraft.world.level.chunk.storage with parameters of type ChunkAccess.PackedTicksModifier and TypeMethodDescriptionprivate static voidSerializableChunkData.saveTicks(CompoundTag tag, ChunkAccess.PackedTicks ticks) Constructors in net.minecraft.world.level.chunk.storage with parameters of type ChunkAccess.PackedTicksModifierConstructorDescription(package private)SerializableChunkData(Registry<Biome> biomeRegistry, ChunkPos chunkPos, int minSectionY, long lastUpdateTime, long inhabitedTime, ChunkStatus chunkStatus, BlendingData.Packed blendingData, BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, long[] carvingMask, Map<Heightmap.Types, long[]> heightmaps, ChunkAccess.PackedTicks packedTicks, it.unimi.dsi.fastutil.shorts.ShortList[] postProcessingSections, boolean lightCorrect, List<SerializableChunkData.SectionData> sectionData, List<CompoundTag> entities, List<CompoundTag> blockEntities, CompoundTag structureData) Deprecated.Neo: use constructor with additional data insteadSerializableChunkData(Registry<Biome> biomeRegistry, ChunkPos chunkPos, int minSectionY, long lastUpdateTime, long inhabitedTime, ChunkStatus chunkStatus, BlendingData.Packed blendingData, BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, long[] carvingMask, Map<Heightmap.Types, long[]> heightmaps, ChunkAccess.PackedTicks packedTicks, it.unimi.dsi.fastutil.shorts.ShortList[] postProcessingSections, boolean lightCorrect, List<SerializableChunkData.SectionData> sectionData, List<CompoundTag> entities, List<CompoundTag> blockEntities, CompoundTag structureData, CompoundTag attachmentData, ListTag auxLightData) Creates an instance of aSerializableChunkDatarecord class.