| Package | Description |
|---|---|
| com.mojang.brigadier.suggestion |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerSuggestion |
| Modifier and Type | Method and Description |
|---|---|
Suggestion |
Suggestion.expand(String command,
StringRange range) |
| Modifier and Type | Method and Description |
|---|---|
List<Suggestion> |
Suggestions.getList() |
| Modifier and Type | Method and Description |
|---|---|
int |
Suggestion.compareTo(Suggestion o) |
int |
IntegerSuggestion.compareTo(Suggestion o) |
int |
Suggestion.compareToIgnoreCase(Suggestion b) |
int |
IntegerSuggestion.compareToIgnoreCase(Suggestion b) |
| Modifier and Type | Method and Description |
|---|---|
static Suggestions |
Suggestions.create(String command,
Collection<Suggestion> suggestions) |
| Constructor and Description |
|---|
Suggestions(StringRange range,
List<Suggestion> suggestions) |
Copyright © 2018. All rights reserved.