-
public final class LocationWrapper
-
-
Constructor Summary
Constructors Constructor Description LocationWrapper(Location loc)
-
Method Summary
Modifier and Type Method Description final IntegergetX()final IntegergetY()final IntegergetZ()final WorldgetWorld()final LocationgetLocation()final DoublegetDistance(LocationWrapper other)final DoublegetDistance(Location other)Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getWorld
final World getWorld()
-
getLocation
final Location getLocation()
-
getDistance
final Double getDistance(LocationWrapper other)
-
getDistance
final Double getDistance(Location other)
-
-
-
-