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, boolean noLightingUpdates)
-
Uses of ChunkSection in net.minecraft.world
-
Uses of ChunkSection in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionstatic @Nullable ChunkSection
WorldChunk.EMPTY_SECTION
private ChunkSection[]
ProtoChunk.sections
private ChunkSection[]
WorldChunk.sections
Modifier and TypeMethodDescriptiondefault @Nullable ChunkSection
Chunk.getHighestNonEmptySection()
default ChunkSection
Chunk.getSection(int yIndex)
Chunk.getSectionArray()
ProtoChunk.getSectionArray()
ReadOnlyChunk.getSectionArray()
WorldChunk.getSectionArray()
Modifier and TypeMethodDescriptionstatic boolean
ChunkSection.isEmpty(@Nullable ChunkSection section)
ModifierConstructorDescriptionProtoChunk(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] chunkSection, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world)
WorldChunk(World world, ChunkPos pos, BiomeArray biomes, UpgradeData upgradeData, TickScheduler<Block> blockTickScheduler, TickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sections, @Nullable Consumer<WorldChunk> loadToWorldConsumer)
-
Uses of ChunkSection in net.minecraft.world.poi
Modifier and TypeMethodDescriptionvoid
PointOfInterestStorage.initForPalette(ChunkPos chunkPos, ChunkSection chunkSection)
private void
PointOfInterestStorage.scanAndPopulate(ChunkSection chunkSection, ChunkSectionPos chunkSectionPos, BiConsumer<BlockPos,PointOfInterestType> biConsumer)
private static boolean
PointOfInterestStorage.shouldScan(ChunkSection chunkSection)