Uses of Class
net.minecraft.util.math.SectionPos
-
-
Uses of SectionPos in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type SectionPos Modifier and Type Method Description void
ClientChunkProvider. onLightUpdate(LightType p_217201_1_, SectionPos p_217201_2_)
-
Uses of SectionPos in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type SectionPos Modifier and Type Field Description private java.util.Set<SectionPos>
VillageSectionsDebugRender. villageSections
Methods in net.minecraft.client.renderer.debug with parameters of type SectionPos Modifier and Type Method Description private 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
Methods in net.minecraft.entity.ai.brain that return SectionPos Modifier and Type Method Description static SectionPos
BrainUtil. findSectionClosestToVillage(ServerWorld p_220617_0_, SectionPos p_220617_1_, int p_220617_2_)
Methods in net.minecraft.entity.ai.brain with parameters of type SectionPos Modifier and Type Method Description static 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
Methods in net.minecraft.entity.ai.brain.task with parameters of type SectionPos Modifier and Type Method Description private void
FindWalkTargetTask. setTargetedPos(CreatureEntity p_220594_1_, SectionPos p_220594_2_)
-
Uses of SectionPos in net.minecraft.entity.ai.goal
Methods in net.minecraft.entity.ai.goal that return SectionPos Modifier and Type Method Description private SectionPos
PatrolVillageGoal. getRandomVillageSection()
Methods in net.minecraft.entity.ai.goal with parameters of type SectionPos Modifier and Type Method Description private BlockPos
PatrolVillageGoal. getRandomPoiWithinSection(SectionPos p_234029_1_)
-
Uses of SectionPos in net.minecraft.entity.player
Fields in net.minecraft.entity.player declared as SectionPos Modifier and Type Field Description private SectionPos
ServerPlayerEntity. lastSectionPos
Methods in net.minecraft.entity.player that return SectionPos Modifier and Type Method Description SectionPos
ServerPlayerEntity. getLastSectionPos()
Methods in net.minecraft.entity.player with parameters of type SectionPos Modifier and Type Method Description void
ServerPlayerEntity. setLastSectionPos(SectionPos p_213850_1_)
-
Uses of SectionPos in net.minecraft.network
Methods in net.minecraft.network that return SectionPos Modifier and Type Method Description SectionPos
PacketBuffer. readSectionPos()
-
Uses of SectionPos in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as SectionPos Modifier and Type Field Description private SectionPos
SMultiBlockChangePacket. sectionPos
Constructors in net.minecraft.network.play.server with parameters of type SectionPos Constructor Description SMultiBlockChangePacket(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
Methods in net.minecraft.util.math that return SectionPos Modifier and Type Method Description static 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
SectionPos. of(Entity p_218157_0_)
static SectionPos
SectionPos. of(BlockPos p_218167_0_)
static SectionPos
SectionPos. of(ChunkPos p_218156_0_, int p_218156_1_)
Methods in net.minecraft.util.math that return types with arguments of type SectionPos Modifier and Type Method Description static java.util.stream.Stream<SectionPos>
SectionPos. aroundChunk(ChunkPos p_229421_0_, int p_229421_1_)
static java.util.stream.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 java.util.stream.Stream<SectionPos>
SectionPos. cube(SectionPos p_218158_0_, int p_218158_1_)
Methods in net.minecraft.util.math with parameters of type SectionPos Modifier and Type Method Description static java.util.stream.Stream<SectionPos>
SectionPos. cube(SectionPos p_218158_0_, int p_218158_1_)
-
Uses of SectionPos in net.minecraft.village
Methods in net.minecraft.village with parameters of type SectionPos Modifier and Type Method Description int
PointOfInterestManager. sectionsToVillage(SectionPos p_219150_1_)
private void
PointOfInterestManager. updateFromSection(ChunkSection p_219132_1_, SectionPos p_219132_2_, java.util.function.BiConsumer<BlockPos,PointOfInterestType> p_219132_3_)
-
Uses of SectionPos in net.minecraft.world
Methods in net.minecraft.world with parameters of type SectionPos Modifier and Type Method Description java.util.stream.Stream<? extends StructureStart<?>>
ISeedReader. startsForFeature(SectionPos p_241827_1_, Structure<?> p_241827_2_)
-
Uses of SectionPos in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type SectionPos Modifier and Type Method Description default void
IChunkLightProvider. onLightUpdate(LightType p_217201_1_, SectionPos p_217201_2_)
-
Uses of SectionPos in net.minecraft.world.chunk.storage
Methods in net.minecraft.world.chunk.storage with parameters of type SectionPos Modifier and Type Method Description protected boolean
RegionSectionCache. outsideStoredRange(SectionPos p_219114_1_)
-
Uses of SectionPos in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type SectionPos Modifier and Type Method Description java.util.stream.Stream<? extends StructureStart<?>>
WorldGenRegion. startsForFeature(SectionPos p_241827_1_, Structure<?> p_241827_2_)
-
Uses of SectionPos in net.minecraft.world.gen.feature.structure
Methods in net.minecraft.world.gen.feature.structure with parameters of type SectionPos Modifier and Type Method Description void
StructureManager. addReferenceForFeature(SectionPos p_235012_1_, Structure<?> p_235012_2_, long p_235012_3_, IStructureReader p_235012_5_)
StructureStart<?>
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_)
java.util.stream.Stream<? extends StructureStart<?>>
StructureManager. startsForFeature(SectionPos p_235011_1_, Structure<?> p_235011_2_)
-
Uses of SectionPos in net.minecraft.world.lighting
Methods in net.minecraft.world.lighting with parameters of type SectionPos Modifier and Type Method Description NibbleArray
IWorldLightListener.Dummy. getDataLayerData(SectionPos p_215612_1_)
NibbleArray
IWorldLightListener. getDataLayerData(SectionPos p_215612_1_)
NibbleArray
LightEngine. getDataLayerData(SectionPos p_215612_1_)
java.lang.String
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
Fields in net.minecraft.world.server declared as SectionPos Modifier and Type Field Description private SectionPos
ChunkManager.EntityTracker. lastSectionPos
Methods in net.minecraft.world.server that return SectionPos Modifier and Type Method Description private SectionPos
ChunkManager. updatePlayerPos(ServerPlayerEntity p_223489_1_)
Methods in net.minecraft.world.server with parameters of type SectionPos Modifier and Type Method Description void
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_)
java.util.stream.Stream<? extends StructureStart<?>>
ServerWorld. startsForFeature(SectionPos p_241827_1_, Structure<?> p_241827_2_)
void
ServerWorldLightManager. updateSectionStatus(SectionPos p_215566_1_, boolean p_215566_2_)
-