public class PlayerRegion
extends Object
-
Constructor Summary
Constructors
-
Method Summary
boolean
Get the last know playerName.
Get the UUID or playerName if OnlineMode is false.
void
void
-
-
Method Details
-
getUUID
Get the UUID or playerName if OnlineMode is false.
- Returns:
- String of UUID or PlayerName
-
setUUID
public void setUUID(String uuid)
-
getPlayerName
Get the last know playerName.
- Returns:
- String of PlayerName
-
setPlayerName
public void setPlayerName(String playerName)
-
contains
public boolean contains(String option)
-