Class IUser.TpaRequest

java.lang.Object
com.earth2me.essentials.IUser.TpaRequest
Enclosing interface:
IUser

public static class IUser.TpaRequest extends Object
  • Constructor Details

    • TpaRequest

      public TpaRequest(String name, UUID requesterUuid)
  • Method Details

    • getName

      public String getName()
    • getRequesterUuid

      public UUID getRequesterUuid()
    • isHere

      public boolean isHere()
    • setHere

      public void setHere(boolean here)
    • getLocation

      public Location getLocation()
    • setLocation

      public void setLocation(Location location)
    • getTime

      public long getTime()
    • setTime

      public void setTime(long time)