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 positions, 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 TypeMethodDescriptionvoid
PoiManager.checkConsistencyWithBlocks
(SectionPos sectionPos, LevelChunkSection levelChunkSection) private static boolean
PoiManager.mayHavePoi
(LevelChunkSection section) private void
PoiManager.updateFromSection
(LevelChunkSection section, SectionPos sectionPos, BiConsumer<BlockPos, Holder<PoiType>> posToTypeConsumer) -
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 pos) ChunkAccess.getSection
(int index) ImposterProtoChunk.getSection
(int index) ChunkAccess.getSections()
ImposterProtoChunk.getSections()
Methods in net.minecraft.world.level.chunk with parameters of type LevelChunkSectionModifier and TypeMethodDescriptionprivate static void
ChunkAccess.replaceMissingSections
(Registry<Biome> biomeRegistry, LevelChunkSection[] sections) Constructors in net.minecraft.world.level.chunk with parameters of type LevelChunkSectionModifierConstructorDescriptionChunkAccess
(ChunkPos chunkPos, UpgradeData upgradeData, LevelHeightAccessor levelHeightAccessor, Registry<Biome> biomeRegistry, long inhabitedTime, LevelChunkSection[] sections, BlendingData blendingData) LevelChunk
(Level level, ChunkPos pos, UpgradeData data, LevelChunkTicks<Block> blockTicks, LevelChunkTicks<Fluid> fluidTicks, long inhabitedTime, LevelChunkSection[] sections, LevelChunk.PostLoadProcessor postLoad, BlendingData blendingData) ProtoChunk
(ChunkPos chunkPos, UpgradeData upgradeData, LevelChunkSection[] sections, ProtoChunkTicks<Block> blockTicks, ProtoChunkTicks<Fluid> liquidTicks, LevelHeightAccessor levelHeightAccessor, Registry<Biome> biomeRegistry, BlendingData blendingData)