Get the volume of this Cuboid. @return the Cuboid volume, in blocks
()
| 453 | * @return the Cuboid volume, in blocks |
| 454 | */ |
| 455 | public int volume() { |
| 456 | return getSizeX() * getSizeY() * getSizeZ(); |
| 457 | } |
| 458 | |
| 459 | /** |
| 460 | * Get the average light level of all empty (air) blocks in the Cuboid. Returns |