Skip to content

Commit

Permalink
Remove several deprecated interfaces and methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Jan 27, 2015
1 parent f3973cd commit b3fa312
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
Expand Up @@ -21,7 +21,6 @@
import fr.neatmonster.nocheatplus.checks.moving.MovingConfig;
import fr.neatmonster.nocheatplus.checks.moving.MovingData;
import fr.neatmonster.nocheatplus.permissions.Permissions;
import fr.neatmonster.nocheatplus.players.DataManager;

/**
* Type of checks (containing configuration and dataFactory classes, name and permission).
Expand Down Expand Up @@ -234,14 +233,4 @@ public final boolean isEnabled(final Player player) {
return configFactory.getConfig(player).isEnabled(this);
}

/**
* Remove the player data for a given player and a given check type. CheckType.ALL and null will be interpreted as removing all data.<br>
* @deprecated Will be removed, use DataManager.removeData instead.
* @param playerName
* @param checkType
* @return If any data was present.
*/
public static boolean removeData(final String playerName, final CheckType checkType) {
return DataManager.removeData(playerName, checkType);
}
}

This file was deleted.

This file was deleted.

0 comments on commit b3fa312

Please sign in to comment.