Uses of Class
net.minecraft.world.chunk.ChunkSection
Packages that use ChunkSection
Package
Description
-
Uses of ChunkSection in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type ChunkSectionModifierConstructorDescriptionChunkDeltaUpdateS2CPacket(ChunkSectionPos sectionPos, ShortSet positions, ChunkSection section, boolean noLightingUpdates) -
Uses of ChunkSection in net.minecraft.world
Fields in net.minecraft.world declared as ChunkSectionFields in net.minecraft.world with type parameters of type ChunkSectionMethods in net.minecraft.world that return ChunkSection -
Uses of ChunkSection in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as ChunkSectionModifier and TypeFieldDescriptionstatic @Nullable ChunkSectionWorldChunk.EMPTY_SECTIONprivate ChunkSection[]ProtoChunk.sectionsprivate ChunkSection[]WorldChunk.sectionsMethods in net.minecraft.world.chunk that return ChunkSectionModifier and TypeMethodDescriptiondefault @Nullable ChunkSectionChunk.getHighestNonEmptySection()default ChunkSectionChunk.getSection(int yIndex)Chunk.getSectionArray()ProtoChunk.getSectionArray()ReadOnlyChunk.getSectionArray()WorldChunk.getSectionArray()Methods in net.minecraft.world.chunk with parameters of type ChunkSectionModifier and TypeMethodDescriptionstatic booleanChunkSection.isEmpty(@Nullable ChunkSection section)Constructors in net.minecraft.world.chunk with parameters of type ChunkSectionModifierConstructorDescriptionProtoChunk(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
Methods in net.minecraft.world.poi with parameters of type ChunkSectionModifier and TypeMethodDescriptionvoidPointOfInterestStorage.initForPalette(ChunkPos chunkPos, ChunkSection chunkSection)private voidPointOfInterestStorage.scanAndPopulate(ChunkSection chunkSection, ChunkSectionPos chunkSectionPos, BiConsumer<BlockPos,PointOfInterestType> biConsumer)private static booleanPointOfInterestStorage.shouldScan(ChunkSection chunkSection)