JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
NORTH
EAST
SOUTH
WEST
UP
DOWN
NORTH_EAST
NORTH_WEST
SOUTH_EAST
SOUTH_WEST
WEST_NORTH_WEST
NORTH_NORTH_WEST
NORTH_NORTH_EAST
EAST_NORTH_EAST
EAST_SOUTH_EAST
SOUTH_SOUTH_EAST
SOUTH_SOUTH_WEST
WEST_SOUTH_WEST
SELF
Method Details
values()
valueOf(String)
getModX()
getModY()
getModZ()
getDirection()
isCartesian()
getOppositeFace()
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Gets the normal vector corresponding to this block face.
int
Get the amount of X-coordinates to modify to get the represented block
int
Get the amount of Y-coordinates to modify to get the represented block
int
Get the amount of Z-coordinates to modify to get the represented block
boolean
Returns true if this face is aligned with one of the unit axes in 3D
Cartesian space (ie NORTH, SOUTH, EAST, WEST, UP, DOWN).
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf