接口 Coordinates
- 所有已知实现类:
LocalCoordinates
,WorldCoordinates
public interface Coordinates
-
方法概要
修饰符和类型方法说明default BlockPos
getBlockPos
(CommandSourceStack pSource) getPosition
(CommandSourceStack pSource) getRotation
(CommandSourceStack pSource) boolean
boolean
boolean
-
方法详细资料
-
getPosition
-
getRotation
-
getBlockPos
-
isXRelative
boolean isXRelative() -
isYRelative
boolean isYRelative() -
isZRelative
boolean isZRelative()
-