Class AbstractRelationSelector.RelationDescriptor

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

public static class AbstractRelationSelector.RelationDescriptor 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