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 ChunkSectionModifier and TypeFieldDescriptionprivate final Long2ObjectMap<ChunkSection>ChunkSectionCache.cacheMethods in net.minecraft.world that return ChunkSection -
Uses of ChunkSection in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as ChunkSectionMethods in net.minecraft.world.chunk that return ChunkSectionModifier and TypeMethodDescriptionChunk.getHighestNonEmptySection()Chunk.getSection(int yIndex) ReadOnlyChunk.getSection(int yIndex) Chunk.getSectionArray()ReadOnlyChunk.getSectionArray()Methods in net.minecraft.world.chunk with parameters of type ChunkSectionModifier and TypeMethodDescriptionprivate static voidChunk.method_38256(HeightLimitView heightLimitView, Registry<Biome> registry, ChunkSection[] chunkSection) Constructors in net.minecraft.world.chunk with parameters of type ChunkSectionModifierConstructorDescriptionChunk(ChunkPos chunkPos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> registry, long long2, @Nullable ChunkSection[] chunkSection, TickScheduler<Block> tickScheduler, TickScheduler<Fluid> tickScheduler2) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] chunkSection, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, Registry<Biome> registry) WorldChunk(World world, ChunkPos pos, UpgradeData upgradeData, TickScheduler<Block> tickScheduler, TickScheduler<Fluid> blockTickScheduler, long long2, @Nullable ChunkSection[] chunkSection, @Nullable Consumer<WorldChunk> consumer) -
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)