| Package | Description |
|---|---|
| com.mojang.brigadier | |
| com.mojang.brigadier.exceptions | |
| com.mojang.brigadier.suggestion |
| Modifier and Type | Class and Description |
|---|---|
class |
LiteralMessage |
| Modifier and Type | Method and Description |
|---|---|
Message |
DynamicNCommandExceptionType.Function.apply(Object[] args) |
Message |
Dynamic2CommandExceptionType.Function.apply(Object a,
Object b) |
Message |
Dynamic3CommandExceptionType.Function.apply(Object a,
Object b,
Object c) |
Message |
Dynamic4CommandExceptionType.Function.apply(Object a,
Object b,
Object c,
Object d) |
Message |
CommandSyntaxException.getRawMessage() |
| Constructor and Description |
|---|
CommandSyntaxException(CommandExceptionType type,
Message message) |
CommandSyntaxException(CommandExceptionType type,
Message message,
String input,
int cursor) |
SimpleCommandExceptionType(Message message) |
| Constructor and Description |
|---|
DynamicCommandExceptionType(java.util.function.Function<Object,Message> function) |
| Modifier and Type | Method and Description |
|---|---|
Message |
Suggestion.getTooltip() |
| Modifier and Type | Method and Description |
|---|---|
SuggestionsBuilder |
SuggestionsBuilder.suggest(int value,
Message tooltip) |
SuggestionsBuilder |
SuggestionsBuilder.suggest(String text,
Message tooltip) |
| Constructor and Description |
|---|
IntegerSuggestion(StringRange range,
int value,
Message tooltip) |
Suggestion(StringRange range,
String text,
Message tooltip) |
Copyright © 2018. All rights reserved.