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 pSectionPos, it.unimi.dsi.fastutil.shorts.ShortSet pPositions, LevelChunkSection pSection) -
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 TypeMethodDescriptionvoidPoiManager.checkConsistencyWithBlocks(SectionPos pSectionPos, LevelChunkSection pLevelChunkSection) private static booleanPoiManager.mayHavePoi(LevelChunkSection pSection) private voidPoiManager.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 LevelChunkSectionBulkSectionAccess.lastSectionprotected final LevelChunkSection[]ChunkAccess.sectionsFields in net.minecraft.world.level.chunk with type parameters of type LevelChunkSectionModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<LevelChunkSection> BulkSectionAccess.acquiredSectionsMethods in net.minecraft.world.level.chunk that return LevelChunkSectionModifier and TypeMethodDescriptionLevelChunkSection.copy()BulkSectionAccess.getSection(BlockPos pPos) ChunkAccess.getSection(int pIndex) ImposterProtoChunk.getSection(int p_187932_) ChunkAccess.getSections()ImposterProtoChunk.getSections()Methods in net.minecraft.world.level.chunk with parameters of type LevelChunkSectionModifier and TypeMethodDescriptionprivate static voidChunkAccess.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) privateLevelChunkSection(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 LevelChunkSectionSerializableChunkData.SectionData.chunkSectionThe field for thechunkSectionrecord component.Methods in net.minecraft.world.level.chunk.storage that return LevelChunkSectionModifier and TypeMethodDescriptionSerializableChunkData.SectionData.chunkSection()Returns the value of thechunkSectionrecord 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 aSectionDatarecord class.