Package com.nexomc.nexo.utils
Class LocationUtilsKt
-
- All Implemented Interfaces:
public final class LocationUtilsKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static Location
blockLocation
-
Method Summary
Modifier and Type Method Description final Location
getBlockLocation()
final static Location
plus(Location $self, Integer x, Integer y, Integer z)
final static Location
plus(Location $self, Double x, Double y, Double z)
final static Location
minus(Location $self, Integer x, Integer y, Integer z)
final static Location
minus(Location $self, Double x, Double y, Double z)
-
-
Method Detail
-
getBlockLocation
final Location getBlockLocation()
-
-
-
-