Class LocationUtils
java.lang.Object
com.github.skriptdev.skript.api.hytale.utils.LocationUtils
Untilities for
Locations-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.hypixel.hytale.math.vector.Locationclone(com.hypixel.hytale.math.vector.Location location) Clone a location.
-
Constructor Details
-
LocationUtils
public LocationUtils()
-
-
Method Details
-
clone
public static com.hypixel.hytale.math.vector.Location clone(com.hypixel.hytale.math.vector.Location location) Clone a location. This prevents breaking references- Parameters:
location- Location to clone- Returns:
- New location instance
-