| Package | Description |
|---|---|
| com.sk89q.intake.fluent |
| Modifier and Type | Method and Description |
|---|---|
DispatcherNode |
CommandGraph.commands()
Get the root dispatcher node.
|
DispatcherNode |
DispatcherNode.group(String... alias)
Create a new command that will contain sub-commands.
|
DispatcherNode |
DispatcherNode.parent()
Return the parent node.
|
DispatcherNode |
DispatcherNode.registerMethods(Object object)
Build and register a command with this dispatcher using the
ParametricBuilder assigned on the root CommandGraph. |
Copyright © 2015. All Rights Reserved.