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 voidClientChunkProvider. 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. villageSectionsMethods in net.minecraft.client.renderer.debug with parameters of type SectionPos Modifier and Type Method Description private static voidVillageSectionsDebugRender. highlightVillageSection(SectionPos p_239380_0_)voidVillageSectionsDebugRender. setNotVillageSection(SectionPos p_239379_1_)voidVillageSectionsDebugRender. 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 SectionPosBrainUtil. 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 SectionPosBrainUtil. 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 voidFindWalkTargetTask. 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 SectionPosPatrolVillageGoal. getRandomVillageSection()Methods in net.minecraft.entity.ai.goal with parameters of type SectionPos Modifier and Type Method Description private BlockPosPatrolVillageGoal. 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 SectionPosServerPlayerEntity. lastSectionPosMethods in net.minecraft.entity.player that return SectionPos Modifier and Type Method Description SectionPosServerPlayerEntity. getLastSectionPos()Methods in net.minecraft.entity.player with parameters of type SectionPos Modifier and Type Method Description voidServerPlayerEntity. 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 SectionPosPacketBuffer. 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 SectionPosSMultiBlockChangePacket. sectionPosConstructors 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 SectionPosSectionPos. of(int p_218154_0_, int p_218154_1_, int p_218154_2_)static SectionPosSectionPos. of(long p_218170_0_)static SectionPosSectionPos. of(Entity p_218157_0_)static SectionPosSectionPos. of(BlockPos p_218167_0_)static SectionPosSectionPos. 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 intPointOfInterestManager. sectionsToVillage(SectionPos p_219150_1_)private voidPointOfInterestManager. 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 voidIChunkLightProvider. 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 booleanRegionSectionCache. 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 voidStructureManager. 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_)voidStructureManager. 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 NibbleArrayIWorldLightListener.Dummy. getDataLayerData(SectionPos p_215612_1_)NibbleArrayIWorldLightListener. getDataLayerData(SectionPos p_215612_1_)NibbleArrayLightEngine. getDataLayerData(SectionPos p_215612_1_)java.lang.StringWorldLightManager. getDebugData(LightType p_215572_1_, SectionPos p_215572_2_)voidWorldLightManager. queueSectionData(LightType p_215574_1_, SectionPos p_215574_2_, NibbleArray p_215574_3_, boolean p_215574_4_)voidILightListener. updateSectionStatus(SectionPos p_215566_1_, boolean p_215566_2_)voidIWorldLightListener.Dummy. updateSectionStatus(SectionPos p_215566_1_, boolean p_215566_2_)voidLightEngine. updateSectionStatus(SectionPos p_215566_1_, boolean p_215566_2_)voidWorldLightManager. 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 SectionPosChunkManager.EntityTracker. lastSectionPosMethods in net.minecraft.world.server that return SectionPos Modifier and Type Method Description private SectionPosChunkManager. updatePlayerPos(ServerPlayerEntity p_223489_1_)Methods in net.minecraft.world.server with parameters of type SectionPos Modifier and Type Method Description voidTicketManager. addPlayer(SectionPos p_219341_1_, ServerPlayerEntity p_219341_2_)booleanServerWorld. isVillage(SectionPos p_222887_1_)voidServerChunkProvider. onLightUpdate(LightType p_217201_1_, SectionPos p_217201_2_)voidServerWorldLightManager. queueSectionData(LightType p_215574_1_, SectionPos p_215574_2_, NibbleArray p_215574_3_, boolean p_215574_4_)voidTicketManager. removePlayer(SectionPos p_219367_1_, ServerPlayerEntity p_219367_2_)intServerWorld. sectionsToVillage(SectionPos p_217486_1_)java.util.stream.Stream<? extends StructureStart<?>>ServerWorld. startsForFeature(SectionPos p_241827_1_, Structure<?> p_241827_2_)voidServerWorldLightManager. updateSectionStatus(SectionPos p_215566_1_, boolean p_215566_2_)
-