Offset this BlockPos 1 block in northern direction
()
| 137 | * Offset this BlockPos 1 block in northern direction |
| 138 | */ |
| 139 | public BlockPos north() |
| 140 | { |
| 141 | return this.north(1); |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Offset this BlockPos n blocks in northern direction |
no test coverage detected