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