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_284963_, it.unimi.dsi.fastutil.shorts.ShortSet p_285027_, LevelChunkSection p_285414_) -
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
(SectionPos p_281731_, LevelChunkSection p_281893_) 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
Fields in net.minecraft.world.level.chunk declared as LevelChunkSectionModifier and TypeFieldDescriptionprivate LevelChunkSection
BulkSectionAccess.lastSection
protected final LevelChunkSection[]
ChunkAccess.sections
Fields in net.minecraft.world.level.chunk with type parameters of type LevelChunkSectionModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkSection>
BulkSectionAccess.acquiredSections
Methods in net.minecraft.world.level.chunk that return LevelChunkSectionModifier and TypeMethodDescriptionBulkSectionAccess.getSection
(BlockPos p_156105_) ChunkAccess.getSection
(int p_187657_) ImposterProtoChunk.getSection
(int p_187932_) ChunkAccess.getSections()
ImposterProtoChunk.getSections()
Methods in net.minecraft.world.level.chunk with parameters of type LevelChunkSectionModifier and TypeMethodDescriptionprivate static void
ChunkAccess.replaceMissingSections
(Registry<Biome> p_281389_, LevelChunkSection[] p_282796_) Constructors in net.minecraft.world.level.chunk with parameters of type LevelChunkSectionModifierConstructorDescriptionChunkAccess
(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_)