Class WorldLocation
java.lang.Object
com.ultikits.ultitools.entities.common.WorldLocation
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWorldLocation(String world, double x, double y, double z, float yaw, float pitch) WorldLocation(org.bukkit.Location location) -
Method Summary
-
Field Details
-
world
-
x
private double x -
y
private double y -
z
private double z -
yaw
private float yaw -
pitch
private float pitch
-
-
Constructor Details
-
WorldLocation
public WorldLocation(org.bukkit.Location location) -
WorldLocation
-
-
Method Details