mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 19:54:43 +02:00
Hows this?
This commit is contained in:
@ -6,13 +6,12 @@ import java.util.UUID;
|
||||
* Created 2015-02-20 for PlotSquared
|
||||
*
|
||||
|
||||
*/
|
||||
public interface OfflinePlotPlayer
|
||||
*/
|
||||
public interface OfflinePlotPlayer {
|
||||
public UUID getUUID();
|
||||
public UUID getUUID();
|
||||
|
||||
public long getLastPlayed();
|
||||
public long getLastPlayed();
|
||||
|
||||
public boolean isOnline();
|
||||
public boolean isOnline();
|
||||
|
||||
public String getName();
|
||||
|
Reference in New Issue
Block a user