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 sectionPos, it.unimi.dsi.fastutil.shorts.ShortSet changes, LevelChunkSection section) -
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 sectionPos, LevelChunkSection blockSection) private static booleanPoiManager.mayHavePoi(LevelChunkSection blockSection) private voidPoiManager.updateFromSection(LevelChunkSection blockSection, SectionPos pos, BiConsumer<BlockPos, Holder<PoiType>> output) -
Uses of LevelChunkSection in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as LevelChunkSectionModifier and TypeFieldDescriptionprivate @Nullable 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()@Nullable LevelChunkSectionBulkSectionAccess.getSection(BlockPos pos) ChunkAccess.getSection(int sectionIndex) ImposterProtoChunk.getSection(int sectionIndex) ChunkAccess.getSections()ImposterProtoChunk.getSections()Methods in net.minecraft.world.level.chunk with parameters of type LevelChunkSectionModifier and TypeMethodDescriptionprivate static voidChunkAccess.replaceMissingSections(PalettedContainerFactory containerFactory, LevelChunkSection[] sections) Constructors in net.minecraft.world.level.chunk with parameters of type LevelChunkSectionModifierConstructorDescriptionChunkAccess(ChunkPos chunkPos, UpgradeData upgradeData, LevelHeightAccessor levelHeightAccessor, PalettedContainerFactory containerFactory, long inhabitedTime, LevelChunkSection @Nullable [] sections, @Nullable BlendingData blendingData) LevelChunk(Level level, ChunkPos pos, UpgradeData upgradeData, LevelChunkTicks<Block> blockTicks, LevelChunkTicks<Fluid> fluidTicks, long inhabitedTime, LevelChunkSection @Nullable [] sections, @Nullable LevelChunk.PostLoadProcessor postLoad, @Nullable BlendingData blendingData) privateLevelChunkSection(LevelChunkSection source) ProtoChunk(ChunkPos chunkPos, UpgradeData upgradeData, LevelChunkSection @Nullable [] sections, ProtoChunkTicks<Block> blockTicks, ProtoChunkTicks<Fluid> fluidTicks, LevelHeightAccessor levelHeightAccessor, PalettedContainerFactory containerFactory, @Nullable BlendingData blendingData) -
Uses of LevelChunkSection in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage declared as LevelChunkSectionModifier and TypeFieldDescriptionprivate final @Nullable LevelChunkSectionSerializableChunkData.SectionData.chunkSectionThe field for thechunkSectionrecord component.Methods in net.minecraft.world.level.chunk.storage that return LevelChunkSectionModifier and TypeMethodDescription@Nullable LevelChunkSectionSerializableChunkData.SectionData.chunkSection()Returns the value of thechunkSectionrecord component.Constructors in net.minecraft.world.level.chunk.storage with parameters of type LevelChunkSectionModifierConstructorDescriptionSectionData(int y, @Nullable LevelChunkSection chunkSection, @Nullable DataLayer blockLight, @Nullable DataLayer skyLight) Creates an instance of aSectionDatarecord class.