mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-05 06:57:35 +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();
|
cancelRunnables();
|
||||||
}
|
}
|
||||||
|
|
||||||
public MMOPlayerData getMMOPlayerData() {
|
|
||||||
return mmoData;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Deprecated
|
|
||||||
public UUID getUniqueId() {
|
|
||||||
return mmoData.getUniqueId();
|
|
||||||
}
|
|
||||||
|
|
||||||
public UUID getProfileId() {
|
|
||||||
return mmoData.getProfileId();
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isOnline() {
|
public boolean isOnline() {
|
||||||
return mmoData.isOnline();
|
return mmoData.isOnline();
|
||||||
}
|
}
|
||||||
|
|
||||||
public Player getPlayer() {
|
|
||||||
return mmoData.getPlayer();
|
|
||||||
}
|
|
||||||
|
|
||||||
public RPGPlayer getRPG() {
|
public RPGPlayer getRPG() {
|
||||||
return rpgPlayer;
|
return rpgPlayer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user