Package com.djrapitops.plan.data.plugin
Interface BanData
Deprecated.
PluginData API has been deprecated - see https://github.com/plan-player-analytics/Plan/wiki/APIv5---DataExtension-API for new API.
Interface for PluginData objects that affect Ban state of players.
-
Method Summary
Modifier and TypeMethodDescriptionfilterBanned
(Collection<UUID> uuids) Deprecated.Method that should return only banned players of the given UUIDs.boolean
Deprecated.
-
Method Details
-
isBanned
Deprecated. -
filterBanned
Deprecated.Method that should return only banned players of the given UUIDs.- Parameters:
uuids
- UUIDs to filter.- Returns:
- UUIDs from the collection uuids that are banned.
-