java.lang.Object
me.neznamy.tab.shared.features.sorting.types.SortingType
me.neznamy.tab.shared.features.sorting.types.Permissions

public class Permissions extends SortingType
Sorting by permission nodes tab.sort., where names are defined in sorting list
  • Constructor Details

    • Permissions

      public Permissions(Sorting sorting, String options)
      Constructs new instance
  • Method Details

    • getChars

      public String getChars(ITabPlayer p)
      Description copied from class: SortingType
      Returns current sorting characters of this sorting type for specified player
      Specified by:
      getChars in class SortingType
      Parameters:
      p - player to get chars for
      Returns:
      an as-short-as-possible character sequence for unique sorting
    • toString

      public String toString()
      Overrides:
      toString in class Object