Interface | Description |
---|---|
SelectorHandler |
Handler for custom types of selectors registered with
SelectorHandlerManager |
Class | Description |
---|---|
SelectorHandlerManager |
Allows registration of custom selector types by assigning a
SelectorHandler to a prefix
This class handles calls to the EntitySelector methods matchEntities ,
matchesMultiplePlayers and isSelector .The calls are delegated to the handler with the longest matching prefix. Note: If you register a SelectorHandler to a broader domain (not just a single selector), you should take care of possible shadowing conflicts yourself. |