public static interface Interpreter.ProcessInterrupter
Modifier and Type | Method and Description |
---|---|
boolean |
onCommand(Object context,
String command,
Object[] args) |
boolean |
onNodeProcess(Node node)
This will be called every time when a node is processing.
|
Object |
onPlaceholder(Object context,
String placeholder,
Object[] args)
To process placeholders that need information of Triggers
|
boolean onNodeProcess(Node node)
node
- the current nodeboolean onCommand(Object context, String command, Object[] args)
context
- args
-