Class AbstractRoleSelector.RoleDescriptor

java.lang.Object
dev.kitteh.factions.permissible.selector.AbstractSelector.BasicDescriptor
dev.kitteh.factions.permissible.selector.AbstractRoleSelector.RoleDescriptor
All Implemented Interfaces:
PermSelector.Descriptor
Enclosing class:
AbstractRoleSelector

public static class AbstractRoleSelector.RoleDescriptor extends AbstractSelector.BasicDescriptor
  • Constructor Details

  • Method Details

    • options

      public Map<String,String> options(Faction faction)
      Description copied from interface: PermSelector.Descriptor
      Gets the options, if there's a reasonable number of choices that can be generated in advance. Key is a full, valid PermSelector string, value is what should be displayed in chat.
      Parameters:
      faction - faction for context
      Returns:
      map as described