protected class Commander.ComplexArg extends Object implements Commander.Arg<S>
| Modifier and Type | Field and Description |
|---|---|
protected Argument<?>[] |
args |
protected BiConsumer |
consumer |
| Constructor and Description |
|---|
ComplexArg(@NotNull BiConsumer consumer,
Argument<?>... args) |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(@NotNull String parent,
@NotNull HashMap<String,Consumer<S>> consumerHashMap) |
protected final Argument<?>[] args
protected final BiConsumer consumer
public ComplexArg(@NotNull
@NotNull BiConsumer consumer,
@NotNull
Argument<?>... args)
Copyright © 2020. All rights reserved.