类 PathNavigationRegion
java.lang.Object
net.minecraft.world.level.PathNavigationRegion
- 所有已实现的接口:
BlockGetter
,CollisionGetter
,LevelHeightAccessor
,IForgeBlockGetter
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getBlockEntity
(BlockPos pPos) getBlockState
(BlockPos pPos) private ChunkAccess
getChunk
(int pX, int pZ) private ChunkAccess
getChunkForCollisions
(int pChunkX, int pChunkZ) getEntityCollisions
(Entity pEntity, AABB pCollisionBox) getFluidState
(BlockPos pPos) int
int
从类继承的方法 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, getMaxLightLevel, isBlockInLine
从接口继承的方法 net.minecraft.world.level.CollisionGetter
collidesWithSuffocatingBlock, findFreePosition, findSupportingBlock, getBlockCollisions, getCollisions, isUnobstructed, isUnobstructed, isUnobstructed, noCollision, noCollision, noCollision
从接口继承的方法 net.minecraftforge.common.extensions.IForgeBlockGetter
getExistingBlockEntity, getModelDataManager
从接口继承的方法 net.minecraft.world.level.LevelHeightAccessor
getMaxBuildHeight, getMaxSection, getMinSection, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, 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
-
getMinBuildHeight
public int getMinBuildHeight()- 指定者:
getMinBuildHeight
在接口中LevelHeightAccessor
-
getHeight
public int getHeight()- 指定者:
getHeight
在接口中LevelHeightAccessor
-
getProfiler
-