Uses of Class
net.minecraft.world.chunk.ChunkSection
Package
Description
-
Uses of ChunkSection in net.minecraft.network.packet.s2c.play
ModifierConstructorDescriptionChunkDeltaUpdateS2CPacket
(ChunkSectionPos sectionPos, ShortSet positions, ChunkSection section) -
Uses of ChunkSection in net.minecraft.world
Modifier and TypeFieldDescriptionprivate final Long2ObjectMap
<ChunkSection> ChunkSectionCache.cache
-
Uses of ChunkSection in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate final @Nullable ChunkSection
SerializedChunk.SectionData.chunkSection
The field for thechunkSection
record component.protected final ChunkSection[]
Chunk.sectionArray
Modifier and TypeMethodDescriptionSerializedChunk.SectionData.chunkSection()
Returns the value of thechunkSection
record component.ChunkSection.copy()
Chunk.getSection
(int yIndex) WrapperProtoChunk.getSection
(int yIndex) Chunk.getSectionArray()
WrapperProtoChunk.getSectionArray()
Modifier and TypeMethodDescriptionprivate static void
Chunk.fillSectionArray
(Registry<Biome> biomeRegistry, ChunkSection[] sectionArray) ModifierConstructorDescriptionChunk
(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> biomeRegistry, long inhabitedTime, @Nullable ChunkSection[] sectionArray, @Nullable BlendingData blendingData) private
ChunkSection
(ChunkSection section) ProtoChunk
(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] sections, SimpleTickScheduler<Block> blockTickScheduler, SimpleTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable BlendingData blendingData) SectionData
(int int2, @Nullable ChunkSection chunkSection, @Nullable ChunkNibbleArray chunkNibbleArray, @Nullable ChunkNibbleArray chunkNibbleArray2) WorldChunk
(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable WorldChunk.EntityLoader entityLoader, @Nullable BlendingData blendingData) -
Uses of ChunkSection in net.minecraft.world.poi
Modifier and TypeMethodDescriptionvoid
PointOfInterestStorage.initForPalette
(ChunkSectionPos sectionPos, ChunkSection chunkSection) private void
PointOfInterestStorage.scanAndPopulate
(ChunkSection chunkSection, ChunkSectionPos sectionPos, BiConsumer<BlockPos, RegistryEntry<PointOfInterestType>> populator) private static boolean
PointOfInterestStorage.shouldScan
(ChunkSection chunkSection)