| Package | Description |
|---|---|
| com.mojang.brigadier.arguments | |
| com.mojang.brigadier.builder | |
| com.mojang.brigadier.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
BoolArgumentType |
class |
DoubleArgumentType |
class |
FloatArgumentType |
class |
IntegerArgumentType |
class |
LongArgumentType |
class |
StringArgumentType |
| Modifier and Type | Method and Description |
|---|---|
ArgumentType<T> |
RequiredArgumentBuilder.getType() |
| Modifier and Type | Method and Description |
|---|---|
static <S,T> RequiredArgumentBuilder<S,T> |
RequiredArgumentBuilder.argument(String name,
ArgumentType<T> type) |
| Modifier and Type | Method and Description |
|---|---|
ArgumentType<T> |
ArgumentCommandNode.getType() |
| Constructor and Description |
|---|
ArgumentCommandNode(String name,
ArgumentType<T> type,
Command<S> command,
java.util.function.Predicate<S> requirement,
CommandNode<S> redirect,
RedirectModifier<S> modifier,
boolean forks,
SuggestionProvider<S> customSuggestions) |
Copyright © 2018. All rights reserved.