добавлен H2Player
This commit is contained in:
@@ -12,7 +12,7 @@ import java.util.UUID;
|
||||
|
||||
public interface Player {
|
||||
int getId();
|
||||
UUID getUUID();
|
||||
UUID getUuid();
|
||||
String getName();
|
||||
boolean isOnline();
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ public class SimplePlayer implements Player {
|
||||
}
|
||||
|
||||
@Override
|
||||
public UUID getUUID() {
|
||||
public UUID getUuid() {
|
||||
return uuid;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user