Uses of Class
net.minecraft.world.level.chunk.LevelChunkSection
Packages that use LevelChunkSection
Package
Description
-
Uses of LevelChunkSection in net.minecraft.network.protocol.game
Constructors in net.minecraft.network.protocol.game with parameters of type LevelChunkSectionModifierConstructorDescriptionClientboundSectionBlocksUpdatePacket(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
Methods in net.minecraft.world.entity.ai.village.poi with parameters of type LevelChunkSectionModifier 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
Fields in net.minecraft.world.level.chunk declared as LevelChunkSectionModifier and TypeFieldDescriptionstatic LevelChunkSection
LevelChunk.EMPTY_SECTION
private LevelChunkSection
BulkSectionAccess.lastSection
private LevelChunkSection[]
LevelChunk.sections
private LevelChunkSection[]
ProtoChunk.sections
Fields in net.minecraft.world.level.chunk with type parameters of type LevelChunkSectionModifier and TypeFieldDescriptionprivate it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkSection>
BulkSectionAccess.acquiredSections
Methods in net.minecraft.world.level.chunk that return LevelChunkSectionModifier 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()
Methods in net.minecraft.world.level.chunk with parameters of type LevelChunkSectionModifier and TypeMethodDescriptionstatic boolean
LevelChunkSection.isEmpty(LevelChunkSection p_63001_)
Constructors in net.minecraft.world.level.chunk with parameters of type LevelChunkSectionModifierConstructorDescriptionLevelChunk(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_)