Package org.core.world.direction
Class EightFacingDirection
java.lang.Object
org.core.world.direction.Direction
org.core.world.direction.FourFacingDirection
org.core.world.direction.EightFacingDirection
- Direct Known Subclasses:
SixteenFacingDirection
-
Field Summary
Modifier and TypeFieldDescriptionstatic Direction
static Direction
static Direction
static Direction
-
Constructor Summary
ModifierConstructorDescriptionprotected
EightFacingDirection(String name, int x, int y, int z, String opposite, String left)
protected
-
Method Summary
Methods inherited from class org.core.world.direction.FourFacingDirection
getFourFacingDirections
Methods inherited from class org.core.world.direction.Direction
getAsVector, getDirection, getDirection, getDirection, getName, getOpposite, getRightAngleLeft, getRightAngleRight, withYDirections
-
Field Details
-
NORTH_EAST
-
NORTH_WEST
-
SOUTH_WEST
-
SOUTH_EAST
-
-
Constructor Details
-
EightFacingDirection
-
EightFacingDirection
-
-
Method Details
-
getEightFacingDirections
-