(BlockPos pos)
| 168 | } |
| 169 | |
| 170 | public int getHeight(BlockPos pos) |
| 171 | { |
| 172 | return this.getHeightValue(pos.getX() & 15, pos.getZ() & 15); |
| 173 | } |
| 174 | |
| 175 | /** |
| 176 | * Returns the value in the height map at this x, z coordinate in the chunk |
no test coverage detected