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 pSectionPos, LevelChunkSection pLevelChunkSection) private static boolean
PoiManager.mayHavePoi
(LevelChunkSection pSection) private void
PoiManager.updateFromSection
(LevelChunkSection pSection, SectionPos pSectionPos, BiConsumer<BlockPos, Holder<PoiType>> pPosToTypeConsumer) -
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 TypeMethodDescriptionLevelChunkSection.copy()
BulkSectionAccess.getSection
(BlockPos pPos) ChunkAccess.getSection
(int pIndex) ImposterProtoChunk.getSection
(int pIndex) ChunkAccess.getSections()
ImposterProtoChunk.getSections()
Methods in net.minecraft.world.level.chunk with parameters of type LevelChunkSectionModifier and TypeMethodDescriptionprivate static void
ChunkAccess.replaceMissingSections
(Registry<Biome> pBiomeRegistry, LevelChunkSection[] pSections) Constructors in net.minecraft.world.level.chunk with parameters of type LevelChunkSectionModifierConstructorDescriptionChunkAccess
(ChunkPos pChunkPos, UpgradeData pUpgradeData, LevelHeightAccessor pLevelHeightAccessor, Registry<Biome> pBiomeRegistry, long pInhabitedTime, LevelChunkSection[] pSections, BlendingData pBlendingData) LevelChunk
(Level pLevel, ChunkPos pPos, UpgradeData pData, LevelChunkTicks<Block> pBlockTicks, LevelChunkTicks<Fluid> pFluidTicks, long pInhabitedTime, LevelChunkSection[] pSections, LevelChunk.PostLoadProcessor pPostLoad, BlendingData pBlendingData) private
LevelChunkSection
(LevelChunkSection pSection) ProtoChunk
(ChunkPos pChunkPos, UpgradeData pUpgradeData, LevelChunkSection[] pSections, ProtoChunkTicks<Block> pBlockTicks, ProtoChunkTicks<Fluid> pLiquidTicks, LevelHeightAccessor pLevelHeightAccessor, Registry<Biome> pBiomeRegistry, BlendingData pBlendingData) -
Uses of LevelChunkSection in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage declared as LevelChunkSectionModifier and TypeFieldDescriptionprivate final LevelChunkSection
SerializableChunkData.SectionData.chunkSection
The field for thechunkSection
record component.Methods in net.minecraft.world.level.chunk.storage that return LevelChunkSectionModifier and TypeMethodDescriptionSerializableChunkData.SectionData.chunkSection()
Returns the value of thechunkSection
record component.Constructors in net.minecraft.world.level.chunk.storage with parameters of type LevelChunkSectionModifierConstructorDescriptionSectionData
(int y, LevelChunkSection chunkSection, DataLayer blockLight, DataLayer skyLight) Creates an instance of aSectionData
record class.