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.PackedTicks
ChunkAccess.getTicksForSerialization
(long pGametime) ImposterProtoChunk.getTicksForSerialization
(long pGametime) LevelChunk.getTicksForSerialization
(long pGametime) ProtoChunk.getTicksForSerialization
(long pGametime) -
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.PackedTicks
SerializableChunkData.packedTicks
The field for thepackedTicks
record component.Methods in net.minecraft.world.level.chunk.storage that return ChunkAccess.PackedTicksModifier and TypeMethodDescriptionSerializableChunkData.packedTicks()
Returns the value of thepackedTicks
record component.Methods in net.minecraft.world.level.chunk.storage with parameters of type ChunkAccess.PackedTicksModifier and TypeMethodDescriptionprivate static void
SerializableChunkData.saveTicks
(CompoundTag pTag, ChunkAccess.PackedTicks pTicks) 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 aSerializableChunkData
record class.