Interface BanData


@Deprecated public 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 Type
    Method
    Description
    Deprecated.
    Method that should return only banned players of the given UUIDs.
    boolean
    isBanned​(UUID uuid)
    Deprecated.
     
  • Method Details

    • isBanned

      boolean isBanned(UUID uuid)
      Deprecated.
    • filterBanned

      Collection<UUID> filterBanned(Collection<UUID> uuids)
      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.