Coordinate Utils
Pure math utilities for Minecraft coordinate operations.
No Minecraft dependencies (uses raw ints/doubles) so it can live in src/main/.
Functions
Link copied to clipboard
Link copied to clipboard
Formats three integers as a space-separated coordinate string.
Link copied to clipboard
Returns true if the coordinate string starts with ~ or ^.
Link copied to clipboard
fun parseBoundingBox(x1: String, y1: String, z1: String, x2: String, y2: String, z2: String): CoordinateUtils.BoundingBox
Parses six coordinate strings into a BoundingBox, normalizing min/max.