Offset this BlockPos 1 block in southern direction
()
| 153 | * Offset this BlockPos 1 block in southern direction |
| 154 | */ |
| 155 | public BlockPos south() |
| 156 | { |
| 157 | return this.south(1); |
| 158 | } |
| 159 | |
| 160 | /** |
| 161 | * Offset this BlockPos n blocks in southern direction |
no test coverage detected