Offset this BlockPos 1 block in eastern direction
()
| 185 | * Offset this BlockPos 1 block in eastern direction |
| 186 | */ |
| 187 | public BlockPos east() |
| 188 | { |
| 189 | return this.east(1); |
| 190 | } |
| 191 | |
| 192 | /** |
| 193 | * Offset this BlockPos n blocks in eastern direction |
no test coverage detected