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.sectionData
The field for thesectionData
record 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 thesectionData
record component.Constructor parameters in net.minecraft.world.level.chunk.storage with type arguments of type SerializableChunkData.SectionDataModifierConstructorDescription(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.