Uses of Class
net.minecraft.world.level.chunk.LevelChunkSection
Package
Description
-
Uses of LevelChunkSection in net.minecraft.network.protocol.game
ModifierConstructorDescriptionClientboundSectionBlocksUpdatePacket
(SectionPos p_132986_, it.unimi.dsi.fastutil.shorts.ShortSet p_132987_, LevelChunkSection p_132988_, boolean p_132989_) -
Uses of LevelChunkSection in net.minecraft.world.entity.ai.village.poi
Modifier and TypeMethodDescriptionvoid
PoiManager.checkConsistencyWithBlocks
(ChunkPos p_27048_, LevelChunkSection p_27049_) private static boolean
PoiManager.mayHavePoi
(LevelChunkSection p_27061_) private void
PoiManager.updateFromSection
(LevelChunkSection p_27070_, SectionPos p_27071_, BiConsumer<BlockPos, Holder<PoiType>> p_27072_) -
Uses of LevelChunkSection in net.minecraft.world.level.chunk
Modifier and TypeFieldDescriptionprivate LevelChunkSection
BulkSectionAccess.lastSection
protected final LevelChunkSection[]
ChunkAccess.sections
Modifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkSection>
BulkSectionAccess.acquiredSections
Modifier and TypeMethodDescriptionChunkAccess.getHighestSection()
BulkSectionAccess.getSection
(BlockPos p_156105_) ChunkAccess.getSection
(int p_187657_) ImposterProtoChunk.getSection
(int p_187932_) ChunkAccess.getSections()
ImposterProtoChunk.getSections()
Modifier and TypeMethodDescriptionprivate static void
ChunkAccess.replaceMissingSections
(LevelHeightAccessor p_187635_, Registry<Biome> p_187636_, LevelChunkSection[] p_187637_) ModifierConstructorDescriptionChunkAccess
(ChunkPos p_187621_, UpgradeData p_187622_, LevelHeightAccessor p_187623_, Registry<Biome> p_187624_, long p_187625_, LevelChunkSection[] p_187626_, BlendingData p_187627_) LevelChunk
(Level p_196854_, ChunkPos p_196855_, UpgradeData p_196856_, LevelChunkTicks<Block> p_196857_, LevelChunkTicks<Fluid> p_196858_, long p_196859_, LevelChunkSection[] p_196860_, LevelChunk.PostLoadProcessor p_196861_, BlendingData p_196862_) ProtoChunk
(ChunkPos p_188173_, UpgradeData p_188174_, LevelChunkSection[] p_188175_, ProtoChunkTicks<Block> p_188176_, ProtoChunkTicks<Fluid> p_188177_, LevelHeightAccessor p_188178_, Registry<Biome> p_188179_, BlendingData p_188180_)