Offset this BlockPos 1 block in the given direction
(EnumFacing facing)
| 201 | * Offset this BlockPos 1 block in the given direction |
| 202 | */ |
| 203 | public BlockPos offset(EnumFacing facing) |
| 204 | { |
| 205 | return this.offset(facing, 1); |
| 206 | } |
| 207 | |
| 208 | /** |
| 209 | * Offsets this BlockPos n blocks in the given direction |
no test coverage detected