Offset this BlockPos 1 block in western direction
()
| 169 | * Offset this BlockPos 1 block in western direction |
| 170 | */ |
| 171 | public BlockPos west() |
| 172 | { |
| 173 | return this.west(1); |
| 174 | } |
| 175 | |
| 176 | /** |
| 177 | * Offset this BlockPos n blocks in western direction |
no test coverage detected