Get the opposite Facing (e.g. DOWN => UP)
()
| 77 | * Get the opposite Facing (e.g. DOWN => UP) |
| 78 | */ |
| 79 | public EnumFacing getOpposite() |
| 80 | { |
| 81 | return VALUES[this.opposite]; |
| 82 | } |
| 83 | |
| 84 | /** |
| 85 | * Rotate this Facing around the given axis clockwise. If this facing cannot be rotated around the given axis, |
no outgoing calls
no test coverage detected