Class RelativeLocation
java.lang.Object
fr.multimc.api.spigot.common.worlds.locations.RelativeLocation
-
Constructor Summary
ConstructorsConstructorDescriptionRelativeLocation
(double x, double y, double z) RelativeLocation
(double x, double y, double z, float yaw, float pitch) -
Method Summary
Modifier and TypeMethodDescriptionfloat
getPitch()
static RelativeLocation
getRelativeLocation
(org.bukkit.Location loc1, org.bukkit.Location loc2) double
getX()
double
getY()
float
getYaw()
double
getZ()
org.bukkit.Location
toAbsolute
(org.bukkit.Location loc)
-
Constructor Details
-
RelativeLocation
public RelativeLocation(double x, double y, double z, float yaw, float pitch) -
RelativeLocation
public RelativeLocation(double x, double y, double z)
-
-
Method Details
-
getRelativeLocation
public static RelativeLocation getRelativeLocation(org.bukkit.Location loc1, org.bukkit.Location loc2) -
toAbsolute
public org.bukkit.Location toAbsolute(org.bukkit.Location loc) -
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
getPitch
public float getPitch() -
getYaw
public float getYaw()
-