mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-03 06:37:47 +01:00
Removed useless methods
This commit is contained in:
parent
3ed8a54251
commit
9ffb28d69c
@ -72,27 +72,10 @@ public class PlayerData extends SynchronizedDataHolder implements Closeable {
|
||||
cancelRunnables();
|
||||
}
|
||||
|
||||
public MMOPlayerData getMMOPlayerData() {
|
||||
return mmoData;
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public UUID getUniqueId() {
|
||||
return mmoData.getUniqueId();
|
||||
}
|
||||
|
||||
public UUID getProfileId() {
|
||||
return mmoData.getProfileId();
|
||||
}
|
||||
|
||||
public boolean isOnline() {
|
||||
return mmoData.isOnline();
|
||||
}
|
||||
|
||||
public Player getPlayer() {
|
||||
return mmoData.getPlayer();
|
||||
}
|
||||
|
||||
public RPGPlayer getRPG() {
|
||||
return rpgPlayer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user