Package com.massivecraft.factions.util
Class LazyLocation
- java.lang.Object
-
- com.massivecraft.factions.util.LazyLocation
-
- All Implemented Interfaces:
java.io.Serializable
public class LazyLocation extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LazyLocation(java.lang.String worldName, double x, double y, double z)
LazyLocation(java.lang.String worldName, double x, double y, double z, float yaw, float pitch)
LazyLocation(org.bukkit.Location loc)
-
Method Summary
Modifier and Type Method Description org.bukkit.Location
getLocation()
double
getPitch()
java.lang.String
getWorldName()
double
getX()
double
getY()
double
getYaw()
double
getZ()
void
setLocation(org.bukkit.Location loc)
-
-
-
Method Detail
-
getLocation
public final org.bukkit.Location getLocation()
-
setLocation
public final void setLocation(org.bukkit.Location loc)
-
getWorldName
public final java.lang.String getWorldName()
-
getX
public final double getX()
-
getY
public final double getY()
-
getZ
public final double getZ()
-
getPitch
public final double getPitch()
-
getYaw
public final double getYaw()
-
-