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:11:35 +02:00
parent a974274350
commit f59b56b159
2 changed files with 992 additions and 1011 deletions

View File

@ -289,16 +289,6 @@ public final class Jobs extends JavaPlugin {
return dbManager;
}
/**
* Gets the PointsData
* @deprecated Use {@link JobsPlayer#getPointsData()}
* @return {@link PointsData}
*/
@Deprecated
public static PointsData getPointsData() {
return null;
}
public static ShopManager getShopManager() {
if (shopManager == null) {
shopManager = new ShopManager();

View File

@ -79,15 +79,6 @@ 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 Jobs.getPointsData();
}
/**
* @return the cached mob spawner meta name
*/