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,PoiType> p_27072_)
-
Uses of LevelChunkSection in net.minecraft.world.level.chunk
Modifier and TypeFieldDescriptionstatic LevelChunkSection
LevelChunk.EMPTY_SECTION
private LevelChunkSection
BulkSectionAccess.lastSection
private LevelChunkSection[]
LevelChunk.sections
private LevelChunkSection[]
ProtoChunk.sections
Modifier and TypeFieldDescriptionprivate it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkSection>
BulkSectionAccess.acquiredSections
Modifier and TypeMethodDescriptiondefault LevelChunkSection
ChunkAccess.getHighestSection()
default LevelChunkSection
ChunkAccess.getOrCreateSection(int p_156116_)
BulkSectionAccess.getSection(BlockPos p_156105_)
ChunkAccess.getSections()
ImposterProtoChunk.getSections()
LevelChunk.getSections()
ProtoChunk.getSections()
Modifier and TypeMethodDescriptionstatic boolean
LevelChunkSection.isEmpty(LevelChunkSection p_63001_)
ModifierConstructorDescriptionLevelChunk(Level p_62800_, ChunkPos p_62801_, ChunkBiomeContainer p_62802_, UpgradeData p_62803_, TickList<Block> p_62804_, TickList<Fluid> p_62805_, long p_62806_, LevelChunkSection[] p_62807_, Consumer<LevelChunk> p_62808_)
ProtoChunk(ChunkPos p_156481_, UpgradeData p_156482_, LevelChunkSection[] p_156483_, ProtoTickList<Block> p_156484_, ProtoTickList<Fluid> p_156485_, LevelHeightAccessor p_156486_)