Uses of Record Class
net.minecraft.world.ChunkSerializer.SectionData
Packages that use ChunkSerializer.SectionData
-
Uses of ChunkSerializer.SectionData in net.minecraft.world
Fields in net.minecraft.world with type parameters of type ChunkSerializer.SectionDataModifier and TypeFieldDescriptionprivate final List<ChunkSerializer.SectionData> ChunkSerializer.sectionDataThe field for thesectionDatarecord component.Methods in net.minecraft.world that return types with arguments of type ChunkSerializer.SectionDataModifier and TypeMethodDescriptionChunkSerializer.sectionData()Returns the value of thesectionDatarecord component.Constructor parameters in net.minecraft.world with type arguments of type ChunkSerializer.SectionDataModifierConstructorDescriptionChunkSerializer(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<ChunkSerializer.SectionData> list, List<NbtCompound> list2, List<NbtCompound> list3, NbtCompound nbtCompound)