Uses of Class
net.minecraft.world.chunk.ChunkSection
| Package | Description |
|---|---|
| net.minecraft.network.packet.s2c.play | |
| net.minecraft.world | |
| net.minecraft.world.chunk | |
| net.minecraft.world.poi |
-
Uses of ChunkSection in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type ChunkSection Constructor Description ChunkDeltaUpdateS2CPacket(ChunkSectionPos sectionPos, ShortSet shortSet, ChunkSection section, boolean bool) -
Uses of ChunkSection in net.minecraft.world
Fields in net.minecraft.world declared as ChunkSection Modifier and Type Field Description private @Nullable ChunkSectionChunkSectionCache. cachedSectionFields in net.minecraft.world with type parameters of type ChunkSection Modifier and Type Field Description private Long2ObjectMap<ChunkSection>ChunkSectionCache. cacheMethods in net.minecraft.world that return ChunkSection Modifier and Type Method Description ChunkSectionChunkSectionCache. getSection(BlockPos pos) -
Uses of ChunkSection in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as ChunkSection Modifier and Type Field Description static @Nullable ChunkSectionWorldChunk. EMPTY_SECTIONprivate ChunkSection[]ProtoChunk. sectionsprivate ChunkSection[]WorldChunk. sectionsMethods in net.minecraft.world.chunk that return ChunkSection Modifier and Type Method Description default @Nullable ChunkSectionChunk. getHighestNonEmptySection()default ChunkSectionChunk. getSection(int yIndex)ChunkSection[]Chunk. getSectionArray()ChunkSection[]ProtoChunk. getSectionArray()ChunkSection[]ReadOnlyChunk. getSectionArray()ChunkSection[]WorldChunk. getSectionArray()Methods in net.minecraft.world.chunk with parameters of type ChunkSection Modifier and Type Method Description static booleanChunkSection. isEmpty(@Nullable ChunkSection section)Constructors in net.minecraft.world.chunk with parameters of type ChunkSection Constructor Description ProtoChunk(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 ChunkSection Modifier and Type Method Description voidPointOfInterestStorage. initForPalette(ChunkPos chunkPos, ChunkSection chunkSection)private voidPointOfInterestStorage. scanAndPopulate(ChunkSection chunkSection, ChunkSectionPos chunkSectionPos, BiConsumer<BlockPos,PointOfInterestType> biConsumer)private static booleanPointOfInterestStorage. shouldScan(ChunkSection chunkSection)