LocationUtils

Functions

Link copied to clipboard
fun getStraightLine(base: Location, axis: Axis, range: IntRange): List<@NotNull Location>
Link copied to clipboard
fun getTopBlockBetween(world: World, x: Int, z: Int, maxY: Int, minY: Int): Location?
Link copied to clipboard
fun sort(first: Location, second: Location): Pair<Location, Location>