Package net.minecraft.world.level
Class PathNavigationRegion
java.lang.Object
net.minecraft.world.level.PathNavigationRegion
- All Implemented Interfaces:
- BlockGetter,- CollisionGetter,- LevelHeightAccessor,- IForgeBlockGetter
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBlockEntity(BlockPos p_47180_) getBlockState(BlockPos p_47188_) private ChunkAccessgetChunk(int p_47168_, int p_47169_) private ChunkAccessgetChunkForCollisions(int p_47173_, int p_47174_) getEntityCollisions(Entity p_186557_, AABB p_186558_) getFluidState(BlockPos p_47171_) intintMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.BlockGetterclip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, getMaxLightLevel, isBlockInLineMethods inherited from interface net.minecraft.world.level.CollisionGettercollidesWithSuffocatingBlock, findFreePosition, findSupportingBlock, getBlockCollisions, getCollisions, isUnobstructed, isUnobstructed, isUnobstructed, noBlockCollision, noCollision, noCollision, noCollisionMethods inherited from interface net.minecraftforge.common.extensions.IForgeBlockGettergetExistingBlockEntity, getModelDataManagerMethods inherited from interface net.minecraft.world.level.LevelHeightAccessorgetMaxBuildHeight, getMaxSection, getMinSection, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isOutsideBuildHeight, isOutsideBuildHeight
- 
Field Details- 
centerXprotected final int centerX
- 
centerZprotected final int centerZ
- 
chunks
- 
allEmptyprotected boolean allEmpty
- 
level
- 
plains
 
- 
- 
Constructor Details- 
PathNavigationRegion
 
- 
- 
Method Details- 
getChunk
- 
getChunk
- 
getWorldBorder- Specified by:
- getWorldBorderin interface- CollisionGetter
 
- 
getChunkForCollisions- Specified by:
- getChunkForCollisionsin interface- CollisionGetter
 
- 
getEntityCollisions- Specified by:
- getEntityCollisionsin interface- CollisionGetter
 
- 
getBlockEntity- Specified by:
- getBlockEntityin interface- BlockGetter
 
- 
getBlockState- Specified by:
- getBlockStatein interface- BlockGetter
 
- 
getFluidState- Specified by:
- getFluidStatein interface- BlockGetter
 
- 
getMinBuildHeightpublic int getMinBuildHeight()- Specified by:
- getMinBuildHeightin interface- LevelHeightAccessor
 
- 
getHeightpublic int getHeight()- Specified by:
- getHeightin interface- LevelHeightAccessor
 
- 
getProfiler
 
-