Class PlayerRegion

java.lang.Object
br.net.fabiozumbi12.RedProtect.Core.region.PlayerRegion

public class PlayerRegion extends Object
  • Constructor Details

    • PlayerRegion

      public PlayerRegion(String uuid, String playerName)
  • Method Details

    • getUUID

      public String getUUID()
      Get the UUID or playerName if OnlineMode is false.
      Returns:
      String of UUID or PlayerName
    • setUUID

      public void setUUID(String uuid)
    • getPlayerName

      public String getPlayerName()
      Get the last know playerName.
      Returns:
      String of PlayerName
    • setPlayerName

      public void setPlayerName(String playerName)
    • contains

      public boolean contains(String option)
    • toString

      public String toString()
      Overrides:
      toString in class Object