Uses of Class
net.minecraft.util.math.SectionPos
Package
Description
-
Uses of SectionPos in net.minecraft.client.multiplayer
Modifier and TypeMethodDescriptionvoid
ClientChunkProvider.onLightUpdate
(LightType p_217201_1_, SectionPos p_217201_2_) -
Uses of SectionPos in net.minecraft.client.renderer.debug
Modifier and TypeFieldDescriptionprivate final Set<SectionPos>
VillageSectionsDebugRender.villageSections
Modifier and TypeMethodDescriptionprivate static void
VillageSectionsDebugRender.highlightVillageSection
(SectionPos p_239380_0_) void
VillageSectionsDebugRender.setNotVillageSection
(SectionPos p_239379_1_) void
VillageSectionsDebugRender.setVillageSection
(SectionPos p_239378_1_) -
Uses of SectionPos in net.minecraft.entity.ai.brain
Modifier and TypeMethodDescriptionstatic SectionPos
BrainUtil.findSectionClosestToVillage
(ServerWorld p_220617_0_, SectionPos p_220617_1_, int p_220617_2_) Modifier and TypeMethodDescriptionstatic SectionPos
BrainUtil.findSectionClosestToVillage
(ServerWorld p_220617_0_, SectionPos p_220617_1_, int p_220617_2_) -
Uses of SectionPos in net.minecraft.entity.ai.brain.task
Modifier and TypeMethodDescriptionprivate void
FindWalkTargetTask.setTargetedPos
(CreatureEntity p_220594_1_, SectionPos p_220594_2_) -
Uses of SectionPos in net.minecraft.entity.ai.goal
Modifier and TypeMethodDescriptionprivate BlockPos
PatrolVillageGoal.getRandomPoiWithinSection
(SectionPos p_234029_1_) -
Uses of SectionPos in net.minecraft.entity.player
Modifier and TypeMethodDescriptionvoid
ServerPlayerEntity.setLastSectionPos
(SectionPos p_213850_1_) -
Uses of SectionPos in net.minecraft.network
-
Uses of SectionPos in net.minecraft.network.play.server
ModifierConstructorDescriptionSMultiBlockChangePacket
(SectionPos p_i242085_1_, it.unimi.dsi.fastutil.shorts.ShortSet p_i242085_2_, ChunkSection p_i242085_3_, boolean p_i242085_4_) -
Uses of SectionPos in net.minecraft.util.math
Modifier and TypeMethodDescriptionstatic SectionPos
SectionPos.of
(int p_218154_0_, int p_218154_1_, int p_218154_2_) static SectionPos
SectionPos.of
(long p_218170_0_) static SectionPos
static SectionPos
static SectionPos
Modifier and TypeMethodDescriptionstatic Stream<SectionPos>
SectionPos.aroundChunk
(ChunkPos p_229421_0_, int p_229421_1_) static Stream<SectionPos>
SectionPos.betweenClosedStream
(int p_218168_0_, int p_218168_1_, int p_218168_2_, int p_218168_3_, int p_218168_4_, int p_218168_5_) static Stream<SectionPos>
SectionPos.cube
(SectionPos p_218158_0_, int p_218158_1_) Modifier and TypeMethodDescriptionstatic Stream<SectionPos>
SectionPos.cube
(SectionPos p_218158_0_, int p_218158_1_) -
Uses of SectionPos in net.minecraft.village
Modifier and TypeMethodDescriptionint
PointOfInterestManager.sectionsToVillage
(SectionPos p_219150_1_) private void
PointOfInterestManager.updateFromSection
(ChunkSection p_219132_1_, SectionPos p_219132_2_, BiConsumer<BlockPos, PointOfInterestType> p_219132_3_) -
Uses of SectionPos in net.minecraft.world
Modifier and TypeMethodDescriptionStream<? extends StructureStart<?>>
ISeedReader.startsForFeature
(SectionPos p_241827_1_, Structure<?> p_241827_2_) -
Uses of SectionPos in net.minecraft.world.chunk
Modifier and TypeMethodDescriptiondefault void
IChunkLightProvider.onLightUpdate
(LightType p_217201_1_, SectionPos p_217201_2_) -
Uses of SectionPos in net.minecraft.world.chunk.storage
Modifier and TypeMethodDescriptionprotected boolean
RegionSectionCache.outsideStoredRange
(SectionPos p_219114_1_) -
Uses of SectionPos in net.minecraft.world.gen
Modifier and TypeMethodDescriptionStream<? extends StructureStart<?>>
WorldGenRegion.startsForFeature
(SectionPos p_241827_1_, Structure<?> p_241827_2_) -
Uses of SectionPos in net.minecraft.world.gen.feature.structure
Modifier and TypeMethodDescriptionvoid
StructureManager.addReferenceForFeature
(SectionPos p_235012_1_, Structure<?> p_235012_2_, long p_235012_3_, IStructureReader p_235012_5_) StructureManager.getStartForFeature
(SectionPos p_235013_1_, Structure<?> p_235013_2_, IStructureReader p_235013_3_) void
StructureManager.setStartForFeature
(SectionPos p_235014_1_, Structure<?> p_235014_2_, StructureStart<?> p_235014_3_, IStructureReader p_235014_4_) Stream<? extends StructureStart<?>>
StructureManager.startsForFeature
(SectionPos p_235011_1_, Structure<?> p_235011_2_) -
Uses of SectionPos in net.minecraft.world.lighting
Modifier and TypeMethodDescriptionIWorldLightListener.Dummy.getDataLayerData
(SectionPos p_215612_1_) IWorldLightListener.getDataLayerData
(SectionPos p_215612_1_) LightEngine.getDataLayerData
(SectionPos p_215612_1_) WorldLightManager.getDebugData
(LightType p_215572_1_, SectionPos p_215572_2_) void
WorldLightManager.queueSectionData
(LightType p_215574_1_, SectionPos p_215574_2_, NibbleArray p_215574_3_, boolean p_215574_4_) void
ILightListener.updateSectionStatus
(SectionPos p_215566_1_, boolean p_215566_2_) void
IWorldLightListener.Dummy.updateSectionStatus
(SectionPos p_215566_1_, boolean p_215566_2_) void
LightEngine.updateSectionStatus
(SectionPos p_215566_1_, boolean p_215566_2_) void
WorldLightManager.updateSectionStatus
(SectionPos p_215566_1_, boolean p_215566_2_) -
Uses of SectionPos in net.minecraft.world.server
Modifier and TypeMethodDescriptionprivate SectionPos
ChunkManager.updatePlayerPos
(ServerPlayerEntity p_223489_1_) Modifier and TypeMethodDescriptionvoid
TicketManager.addPlayer
(SectionPos p_219341_1_, ServerPlayerEntity p_219341_2_) boolean
ServerWorld.isVillage
(SectionPos p_222887_1_) void
ServerChunkProvider.onLightUpdate
(LightType p_217201_1_, SectionPos p_217201_2_) void
ServerWorldLightManager.queueSectionData
(LightType p_215574_1_, SectionPos p_215574_2_, NibbleArray p_215574_3_, boolean p_215574_4_) void
TicketManager.removePlayer
(SectionPos p_219367_1_, ServerPlayerEntity p_219367_2_) int
ServerWorld.sectionsToVillage
(SectionPos p_217486_1_) Stream<? extends StructureStart<?>>
ServerWorld.startsForFeature
(SectionPos p_241827_1_, Structure<?> p_241827_2_) void
ServerWorldLightManager.updateSectionStatus
(SectionPos p_215566_1_, boolean p_215566_2_)