Hows this?

This commit is contained in:
boy0001
2015-09-13 14:04:31 +10:00
parent 1cccdd9d4d
commit 5137b23357
379 changed files with 18471 additions and 28437 deletions

View File

@ -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();