Class LazyLocation

java.lang.Object
com.earth2me.essentials.config.entities.LazyLocation

public class LazyLocation extends Object
Represents a Location but doesn't parse the location until it is requested via location().
  • Constructor Details

    • LazyLocation

      public LazyLocation(String worldId, String worldName, double x, double y, double z, float yaw, float pitch)
  • Method Details

    • world

      public String world()
    • worldName

      public String worldName()
    • x

      public double x()
    • y

      public double y()
    • z

      public double z()
    • yaw

      public float yaw()
    • pitch

      public float pitch()
    • location

      public Location location()
    • fromLocation

      public static LazyLocation fromLocation(Location location)