- 所有超级接口:
BlockGetter
, IForgeBlockGetter
, LevelHeightAccessor
- 所有已知子接口:
CommonLevelAccessor
, LevelAccessor
, LevelReader
, LevelTimeAccess
, ServerLevelAccessor
, WorldGenLevel
- 所有已知实现类:
ClientLevel
, Level
, PathNavigationRegion
, ServerLevel
, WorldGenRegion
-
方法概要
default boolean
default boolean
default boolean
default boolean
default boolean
default boolean
default boolean
从接口继承的方法 net.minecraft.world.level.BlockGetter
clip, clipWithInteractionOverride, getBlockEntity, getBlockEntity, getBlockFloorHeight, getBlockFloorHeight, getBlockState, getBlockStates, getFluidState, getLightEmission, getMaxLightLevel, isBlockInLine
getHeight, getMaxBuildHeight, getMaxSection, getMinBuildHeight, getMinSection, getSectionIndex, getSectionIndexFromSectionY, getSectionsCount, getSectionYFromSectionIndex, isOutsideBuildHeight, isOutsideBuildHeight
-
方法详细资料
-
-
getChunkForCollisions
@Nullable
BlockGetter getChunkForCollisions(int pChunkX,
int pChunkZ)
-
-
-
isUnobstructed
default boolean isUnobstructed(Entity pEntity)
-
noCollision
default boolean noCollision(AABB pCollisionBox)
-
noCollision
default boolean noCollision(Entity pEntity)
-
noCollision
default boolean noCollision(@Nullable
Entity pEntity,
AABB pCollisionBox)
-
-
-
-
-
collidesWithSuffocatingBlock
default boolean collidesWithSuffocatingBlock(@Nullable
Entity pEntity,
AABB pBox)
-
-