Deprecated BanData interface - new way incoming

This commit is contained in:
Rsl1122 2018-05-31 18:28:28 +03:00
parent bd06c709f8
commit 2af36b0ec8

View File

@ -11,7 +11,9 @@ import java.util.UUID;
* Interface for PluginData objects that affect Ban state of players.
*
* @author Rsl1122
* @deprecated As of 4.3.2+ BanData has been deprecated as a way to display bans. Use Key integration instead.
*/
@Deprecated
public interface BanData {
boolean isBanned(UUID uuid);