public class CommandBuilder extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CommandBuilder.CommandBuilder0 |
static interface |
CommandBuilder.CommandBuilder1<T1> |
static interface |
CommandBuilder.CommandBuilder2<T1,T2> |
static interface |
CommandBuilder.CommandBuilder3<T1,T2,T3> |
static interface |
CommandBuilder.CommandBuilderBase<S extends CommandBuilder.CommandBuilderBase<S>> |
| Constructor and Description |
|---|
CommandBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static CommandBuilder.CommandBuilder0 |
command(CharSequence name) |
public static CommandBuilder.CommandBuilder0 command(CharSequence name)
Copyright © 2016. All rights reserved.