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(Registry<Biome> registry, ChunkPos chunkPos, int int2, long long2, long long3, ChunkStatus chunkStatus, BlendingData.Serialized serialized, @Nullable BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, @org.jetbrains.annotations.Nullable long[] long4, Map<Heightmap.Type, long[]> map, Chunk.TickSchedulers tickSchedulers, ShortList[] shortList, boolean bool, List<SerializedChunk.SectionData> list, List<NbtCompound> list2, List<NbtCompound> list3, NbtCompound nbtCompound)