类 PathNavigationRegion
java.lang.Object
net.minecraft.world.level.PathNavigationRegion
- 所有已实现的接口:
BlockGetter
,CollisionGetter
,LevelHeightAccessor
,IForgeBlockGetter
-
字段概要
字段修饰符和类型字段说明protected boolean
protected final int
protected final int
protected final ChunkAccess[][]
protected final Level
从接口继承的字段 net.minecraft.world.level.BlockGetter
MAX_BLOCK_ITERATIONS_ALONG_TRAVEL
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getBlockEntity
(BlockPos p_47180_) getBlockState
(BlockPos p_47188_) private ChunkAccess
getChunk
(int p_47168_, int p_47169_) private ChunkAccess
getChunkForCollisions
(int p_47173_, int p_47174_) getEntityCollisions
(Entity p_186557_, AABB p_186558_) getFluidState
(BlockPos p_47171_) int
int
getMinY()
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.level.BlockGetter
clip, clipWithInteractionOverride, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockStates, getLightEmission, isBlockInLine
从接口继承的方法 net.minecraft.world.level.CollisionGetter
clipIncludingBorder, collidesWithSuffocatingBlock, findFreePosition, findSupportingBlock, getBlockAndLiquidCollisions, getBlockCollisions, getCollisions, isUnobstructed, isUnobstructed, isUnobstructed, noBlockCollision, noCollision, noCollision, noCollision, noCollision
从接口继承的方法 net.minecraftforge.common.extensions.IForgeBlockGetter
getExistingBlockEntity, getModelDataManager
从接口继承的方法 net.minecraft.world.level.LevelHeightAccessor
getMaxSectionY, getMaxY, getMinSectionY, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isInsideBuildHeight, isOutsideBuildHeight, isOutsideBuildHeight
-
字段详细资料
-
centerX
protected final int centerX -
centerZ
protected final int centerZ -
chunks
-
allEmpty
protected boolean allEmpty -
level
-
plains
-
-
构造器详细资料
-
PathNavigationRegion
-
-
方法详细资料
-
getChunk
-
getChunk
-
getWorldBorder
- 指定者:
getWorldBorder
在接口中CollisionGetter
-
getChunkForCollisions
- 指定者:
getChunkForCollisions
在接口中CollisionGetter
-
getEntityCollisions
- 指定者:
getEntityCollisions
在接口中CollisionGetter
-
getBlockEntity
- 指定者:
getBlockEntity
在接口中BlockGetter
-
getBlockState
- 指定者:
getBlockState
在接口中BlockGetter
-
getFluidState
- 指定者:
getFluidState
在接口中BlockGetter
-
getMinY
public int getMinY()- 指定者:
getMinY
在接口中LevelHeightAccessor
-
getHeight
public int getHeight()- 指定者:
getHeight
在接口中LevelHeightAccessor
-