Uses of Record Class
net.minecraft.world.chunk.SerializedChunk.SectionData
Packages that use SerializedChunk.SectionData
-
Uses of SerializedChunk.SectionData in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type SerializedChunk.SectionDataModifier and TypeFieldDescriptionprivate final List<SerializedChunk.SectionData> SerializedChunk.sectionDataThe field for thesectionDatarecord component.Methods in net.minecraft.world.chunk that return types with arguments of type SerializedChunk.SectionDataModifier and TypeMethodDescriptionSerializedChunk.sectionData()Returns the value of thesectionDatarecord component.Constructor parameters in net.minecraft.world.chunk with type arguments of type SerializedChunk.SectionDataModifierConstructorDescriptionSerializedChunk(PalettesFactory containerFactory, ChunkPos chunkPos, int minSectionY, long lastUpdateTime, long inhabitedTime, ChunkStatus chunkStatus, BlendingData.Serialized blendingData, @Nullable BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, @org.jetbrains.annotations.Nullable long[] carvingMask, Map<Heightmap.Type, long[]> heightmaps, Chunk.TickSchedulers packedTicks, ShortList[] postProcessingSections, boolean lightCorrect, List<SerializedChunk.SectionData> sectionData, List<NbtCompound> entities, List<NbtCompound> blockEntities, NbtCompound structureData) Creates an instance of aSerializedChunkrecord class.