| Package | Description |
|---|---|
| com.sk89q.intake.dispatcher | |
| com.sk89q.intake.fluent | |
| com.sk89q.intake.parametric |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDispatcher
A simple implementation of
Dispatcher. |
| Modifier and Type | Method and Description |
|---|---|
Dispatcher |
CommandGraph.getDispatcher()
Get the root dispatcher.
|
Dispatcher |
DispatcherNode.getDispatcher()
Get the underlying dispatcher of this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParametricBuilder.registerMethodsAsCommands(Dispatcher dispatcher,
Object object)
Build a list of commands from methods specially annotated with
Command
(and other relevant annotations) and register them all with the given
Dispatcher. |
Copyright © 2015. All Rights Reserved.