Uses of Record Class
net.minecraft.world.level.chunk.storage.SerializableChunkData.SectionData
Packages that use SerializableChunkData.SectionData
-
Uses of SerializableChunkData.SectionData in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage with type parameters of type SerializableChunkData.SectionDataModifier and TypeFieldDescriptionprivate final List<SerializableChunkData.SectionData> SerializableChunkData.sectionDataThe field for thesectionDatarecord component.Methods in net.minecraft.world.level.chunk.storage that return types with arguments of type SerializableChunkData.SectionDataModifier and TypeMethodDescriptionSerializableChunkData.sectionData()Returns the value of thesectionDatarecord component.Constructor parameters in net.minecraft.world.level.chunk.storage with type arguments of type SerializableChunkData.SectionDataModifierConstructorDescriptionSerializableChunkData(PalettedContainerFactory containerFactory, ChunkPos chunkPos, int minSectionY, long lastUpdateTime, long inhabitedTime, ChunkStatus chunkStatus, @Nullable BlendingData.Packed blendingData, @Nullable BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, long @Nullable [] carvingMask, Map<Heightmap.Types, long[]> heightmaps, ChunkAccess.PackedTicks packedTicks, @Nullable it.unimi.dsi.fastutil.shorts.ShortList[] postProcessingSections, boolean lightCorrect, List<SerializableChunkData.SectionData> sectionData, List<CompoundTag> entities, List<CompoundTag> blockEntities, CompoundTag structureData, @Nullable CompoundTag attachmentData, @Nullable ListTag auxLightData) Creates an instance of aSerializableChunkDatarecord class.(package private)SerializableChunkData(PalettedContainerFactory containerFactory, ChunkPos chunkPos, int minSectionY, long lastUpdateTime, long inhabitedTime, ChunkStatus chunkStatus, @Nullable BlendingData.Packed blendingData, @Nullable BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, long @Nullable [] 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 instead