Class LazyLocation
java.lang.Object
com.earth2me.essentials.config.entities.LazyLocation
Represents a Location but doesn't parse the location until it is requested via
location()
.-
Constructor Summary
ConstructorDescriptionLazyLocation
(String worldId, String worldName, double x, double y, double z, float yaw, float pitch) -
Method Summary
-
Constructor Details
-
LazyLocation
-
-
Method Details
-
world
-
worldName
-
x
public double x() -
y
public double y() -
z
public double z() -
yaw
public float yaw() -
pitch
public float pitch() -
location
-
fromLocation
-