@return The BetterBlockPos with the lowest x, y, and z position in the selection.
()
| 42 | * @return The {@link BetterBlockPos} with the lowest x, y, and z position in the selection. |
| 43 | */ |
| 44 | BetterBlockPos min(); |
| 45 | |
| 46 | /** |
| 47 | * @return The opposite corner from the {@link #min()}. |
no outgoing calls
no test coverage detected