1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-02 14:29:07 +01:00
This commit is contained in:
Zrips 2022-01-13 13:06:59 +02:00
parent 1c0abe2568
commit a6453ff9cc

View File

@ -86,6 +86,15 @@ public class PlayerManager {
this.plugin = plugin;
}
/**
* @deprecated Use {@link JobsPlayer#getPointsData} instead
* @return {@link com.gamingmesh.jobs.economy.PointsData}
*/
@Deprecated
public com.gamingmesh.jobs.economy.PointsData getPointsData() {
return null;
}
/**
* @return the cached mob spawner meta name
*/