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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Collection<java.util.UUID> filterBanned​(java.util.Collection<java.util.UUID> uuids)
      Deprecated.
      Method that should return only banned players of the given UUIDs.
      boolean isBanned​(java.util.UUID uuid)
      Deprecated.
       
    • Method Detail

      • isBanned

        boolean isBanned​(java.util.UUID uuid)
        Deprecated.
      • filterBanned

        java.util.Collection<java.util.UUID> filterBanned​(java.util.Collection<java.util.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.