Interface Coordinates
- All Known Implementing Classes:
LocalCoordinates
,WorldCoordinates
public interface Coordinates
-
Method Summary
Modifier and TypeMethodDescriptiondefault BlockPos
getBlockPos
(CommandSourceStack pSource) getPosition
(CommandSourceStack pSource) getRotation
(CommandSourceStack pSource) boolean
boolean
boolean
-
Method Details
-
getPosition
-
getRotation
-
getBlockPos
-
isXRelative
boolean isXRelative() -
isYRelative
boolean isYRelative() -
isZRelative
boolean isZRelative()
-