Uses of Class
net.minecraft.world.chunk.ChunkSection
Packages that use ChunkSection
Package
Description
-
Uses of ChunkSection in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type ChunkSectionModifierConstructorDescriptionChunkDeltaUpdateS2CPacket(ChunkSectionPos sectionPos, ShortSet positions, ChunkSection section) -
Uses of ChunkSection in net.minecraft.world
Fields in net.minecraft.world declared as ChunkSectionModifier and TypeFieldDescriptionprivate @Nullable ChunkSectionChunkSectionCache.cachedSectionprivate final @Nullable ChunkSectionChunkSerializer.class_9898.chunkSectionThe field for thechunkSectionrecord component.Fields in net.minecraft.world with type parameters of type ChunkSectionModifier and TypeFieldDescriptionprivate final Long2ObjectMap<ChunkSection> ChunkSectionCache.cacheMethods in net.minecraft.world that return ChunkSectionModifier and TypeMethodDescriptionChunkSerializer.class_9898.chunkSection()Returns the value of thechunkSectionrecord component.ChunkSectionCache.getSection(BlockPos pos) Constructors in net.minecraft.world with parameters of type ChunkSectionModifierConstructorDescriptionclass_9898(int int2, @Nullable ChunkSection chunkSection, @Nullable ChunkNibbleArray chunkNibbleArray, @Nullable ChunkNibbleArray chunkNibbleArray2) -
Uses of ChunkSection in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as ChunkSectionMethods in net.minecraft.world.chunk that return ChunkSectionModifier and TypeMethodDescriptionChunk.getSection(int yIndex) WrapperProtoChunk.getSection(int yIndex) Chunk.getSectionArray()WrapperProtoChunk.getSectionArray()ChunkSection.method_61771()Methods in net.minecraft.world.chunk with parameters of type ChunkSectionModifier and TypeMethodDescriptionprivate static voidChunk.fillSectionArray(Registry<Biome> biomeRegistry, ChunkSection[] sectionArray) Constructors in net.minecraft.world.chunk with parameters of type ChunkSectionModifierConstructorDescriptionChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> biomeRegistry, long inhabitedTime, @Nullable ChunkSection[] sectionArray, @Nullable BlendingData blendingData) privateChunkSection(ChunkSection chunkSection) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] sections, SimpleTickScheduler<Block> blockTickScheduler, SimpleTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, Registry<Biome> biomeRegistry, @Nullable BlendingData blendingData) WorldChunk(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable WorldChunk.EntityLoader entityLoader, @Nullable BlendingData blendingData) -
Uses of ChunkSection in net.minecraft.world.poi
Methods in net.minecraft.world.poi with parameters of type ChunkSectionModifier and TypeMethodDescriptionvoidPointOfInterestStorage.initForPalette(ChunkSectionPos sectionPos, ChunkSection chunkSection) private voidPointOfInterestStorage.scanAndPopulate(ChunkSection chunkSection, ChunkSectionPos sectionPos, BiConsumer<BlockPos, RegistryEntry<PointOfInterestType>> populator) private static booleanPointOfInterestStorage.shouldScan(ChunkSection chunkSection)