Uses of Class
net.minecraft.core.SectionPos
Packages that use SectionPos
Package
Description
-
Uses of SectionPos in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type SectionPosModifier and TypeMethodDescriptionvoidClientChunkCache.onLightUpdate(LightLayer p_104436_, SectionPos p_104437_) -
Uses of SectionPos in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug with type parameters of type SectionPosModifier and TypeFieldDescriptionprivate Set<SectionPos>VillageSectionsDebugRenderer.villageSectionsMethods in net.minecraft.client.renderer.debug with parameters of type SectionPosModifier and TypeMethodDescriptionprivate static voidVillageSectionsDebugRenderer.highlightVillageSection(SectionPos p_113714_)voidVillageSectionsDebugRenderer.setNotVillageSection(SectionPos p_113712_)voidVillageSectionsDebugRenderer.setVillageSection(SectionPos p_113710_) -
Uses of SectionPos in net.minecraft.core
Methods in net.minecraft.core that return SectionPosModifier and TypeMethodDescriptionstatic SectionPosSectionPos.bottomOf(ChunkAccess p_175563_)static SectionPosSectionPos.of(int p_123174_, int p_123175_, int p_123176_)static SectionPosSectionPos.of(long p_123185_)static SectionPosstatic SectionPosstatic SectionPosSectionPos.offset(int p_175571_, int p_175572_, int p_175573_)Methods in net.minecraft.core that return types with arguments of type SectionPosModifier and TypeMethodDescriptionstatic Stream<SectionPos>SectionPos.aroundChunk(ChunkPos p_175558_, int p_175559_, int p_175560_, int p_175561_)static Stream<SectionPos>SectionPos.betweenClosedStream(int p_123178_, int p_123179_, int p_123180_, int p_123181_, int p_123182_, int p_123183_)static Stream<SectionPos>SectionPos.cube(SectionPos p_123202_, int p_123203_)Methods in net.minecraft.core with parameters of type SectionPosModifier and TypeMethodDescriptionstatic Stream<SectionPos>SectionPos.cube(SectionPos p_123202_, int p_123203_) -
Uses of SectionPos in net.minecraft.network
Methods in net.minecraft.network that return SectionPosMethods in net.minecraft.network with parameters of type SectionPos -
Uses of SectionPos in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as SectionPosModifier and TypeFieldDescriptionprivate SectionPosClientboundSectionBlocksUpdatePacket.sectionPosConstructors in net.minecraft.network.protocol.game with parameters of type SectionPosModifierConstructorDescriptionClientboundSectionBlocksUpdatePacket(SectionPos p_132986_, it.unimi.dsi.fastutil.shorts.ShortSet p_132987_, LevelChunkSection p_132988_, boolean p_132989_) -
Uses of SectionPos in net.minecraft.server.level
Fields in net.minecraft.server.level declared as SectionPosModifier and TypeFieldDescription(package private) SectionPosChunkMap.TrackedEntity.lastSectionPosprivate SectionPosServerPlayer.lastSectionPosMethods in net.minecraft.server.level that return SectionPosModifier and TypeMethodDescriptionServerPlayer.getLastSectionPos()private SectionPosChunkMap.updatePlayerPos(ServerPlayer p_140374_)Methods in net.minecraft.server.level with parameters of type SectionPosModifier and TypeMethodDescriptionvoidDistanceManager.addPlayer(SectionPos p_140803_, ServerPlayer p_140804_)booleanServerLevel.isVillage(SectionPos p_8763_)voidServerChunkCache.onLightUpdate(LightLayer p_8403_, SectionPos p_8404_)voidThreadedLevelLightEngine.queueSectionData(LightLayer p_9339_, SectionPos p_9340_, DataLayer p_9341_, boolean p_9342_)voidDistanceManager.removePlayer(SectionPos p_140829_, ServerPlayer p_140830_)intServerLevel.sectionsToVillage(SectionPos p_8829_)voidServerPlayer.setLastSectionPos(SectionPos p_9120_)Stream<? extends StructureStart<?>>ServerLevel.startsForFeature(SectionPos p_8765_, StructureFeature<?> p_8766_)Stream<? extends StructureStart<?>>WorldGenRegion.startsForFeature(SectionPos p_9558_, StructureFeature<?> p_9559_)voidThreadedLevelLightEngine.updateSectionStatus(SectionPos p_9364_, boolean p_9365_) -
Uses of SectionPos in net.minecraft.world.entity.ai.behavior
Methods in net.minecraft.world.entity.ai.behavior that return SectionPosModifier and TypeMethodDescriptionstatic SectionPosBehaviorUtils.findSectionClosestToVillage(ServerLevel p_22582_, SectionPos p_22583_, int p_22584_)Methods in net.minecraft.world.entity.ai.behavior with parameters of type SectionPosModifier and TypeMethodDescriptionstatic SectionPosBehaviorUtils.findSectionClosestToVillage(ServerLevel p_22582_, SectionPos p_22583_, int p_22584_)private voidVillageBoundRandomStroll.setTargetedPos(PathfinderMob p_24562_, SectionPos p_24563_) -
Uses of SectionPos in net.minecraft.world.entity.ai.goal
Methods in net.minecraft.world.entity.ai.goal that return SectionPosModifier and TypeMethodDescriptionprivate SectionPosGolemRandomStrollInVillageGoal.getRandomVillageSection()Methods in net.minecraft.world.entity.ai.goal with parameters of type SectionPosModifier and TypeMethodDescriptionprivate BlockPosGolemRandomStrollInVillageGoal.getRandomPoiWithinSection(SectionPos p_25408_) -
Uses of SectionPos in net.minecraft.world.entity.ai.village.poi
Methods in net.minecraft.world.entity.ai.village.poi with parameters of type SectionPosModifier and TypeMethodDescriptionintPoiManager.sectionsToVillage(SectionPos p_27099_)private voidPoiManager.updateFromSection(LevelChunkSection p_27070_, SectionPos p_27071_, BiConsumer<BlockPos,PoiType> p_27072_) -
Uses of SectionPos in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type SectionPosModifier and TypeMethodDescriptionvoidStructureFeatureManager.addReferenceForFeature(SectionPos p_47293_, StructureFeature<?> p_47294_, long p_47295_, FeatureAccess p_47296_)StructureFeatureManager.getStartForFeature(SectionPos p_47298_, StructureFeature<?> p_47299_, FeatureAccess p_47300_)voidStructureFeatureManager.setStartForFeature(SectionPos p_47302_, StructureFeature<?> p_47303_, StructureStart<?> p_47304_, FeatureAccess p_47305_)Stream<? extends StructureStart<?>>StructureFeatureManager.startsForFeature(SectionPos p_47290_, StructureFeature<?> p_47291_)Stream<? extends StructureStart<?>>WorldGenLevel.startsForFeature(SectionPos p_47369_, StructureFeature<?> p_47370_) -
Uses of SectionPos in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk with parameters of type SectionPosModifier and TypeMethodDescriptiondefault voidLightChunkGetter.onLightUpdate(LightLayer p_63021_, SectionPos p_63022_) -
Uses of SectionPos in net.minecraft.world.level.gameevent
Fields in net.minecraft.world.level.gameevent declared as SectionPosMethods in net.minecraft.world.level.gameevent with parameters of type SectionPosModifier and TypeMethodDescriptionprivate voidGameEventListenerRegistrar.ifEventDispatcherExists(Level p_157857_, SectionPos p_157858_, Consumer<GameEventDispatcher> p_157859_) -
Uses of SectionPos in net.minecraft.world.level.lighting
Methods in net.minecraft.world.level.lighting with parameters of type SectionPosModifier and TypeMethodDescriptionLayerLightEngine.getDataLayerData(SectionPos p_75690_)LayerLightEventListener.DummyLightLayerEventListener.getDataLayerData(SectionPos p_75718_)LayerLightEventListener.getDataLayerData(SectionPos p_75709_)LevelLightEngine.getDebugData(LightLayer p_75817_, SectionPos p_75818_)voidLevelLightEngine.queueSectionData(LightLayer p_75819_, SectionPos p_75820_, DataLayer p_75821_, boolean p_75822_)voidLayerLightEngine.updateSectionStatus(SectionPos p_75692_, boolean p_75693_)voidLayerLightEventListener.DummyLightLayerEventListener.updateSectionStatus(SectionPos p_75720_, boolean p_75721_)voidLevelLightEngine.updateSectionStatus(SectionPos p_75827_, boolean p_75828_)voidLightEventListener.updateSectionStatus(SectionPos p_75837_, boolean p_75838_) -
Uses of SectionPos in net.minecraftforge.event.entity
Methods in net.minecraftforge.event.entity that return SectionPos