mirror of
https://github.com/Zrips/Jobs.git
synced 2025-01-04 23:37:49 +01:00
Up
This commit is contained in:
parent
1c0abe2568
commit
a6453ff9cc
@ -86,6 +86,15 @@ public class PlayerManager {
|
|||||||
this.plugin = plugin;
|
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
|
* @return the cached mob spawner meta name
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user