MCSuggestionen
Link to mcsuggestionen
Diese Klasse importieren
Link to diese-klasse-importieren
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
ZenScript Copyimport crafttweaker.api.commands.custom.MCSuggestions;
Static Methods
Link to static-methods
Name: create
Return Type: MCSuggestions
ZenScript CopyMCSuggestions.create(command as string, suggestions as Collection<MCSuggestion>) as MCSuggestions
Parameter | Type | Beschreibung |
---|---|---|
Parameter command | Type string | Beschreibung No Description Provided |
Parameter vorschläge | Type Collection<MCSuggestion> | Beschreibung No Description Provided |
Name: empty
Return Type: MCSuggestions
ZenScript Copy// MCSuggestions.empty() as MCSuggestions
MCSuggestions.empty();
Name: merge
Return Type: MCSuggestions
ZenScript CopyMCSuggestions.merge(command as string, input as Collection<MCSuggestions>) as MCSuggestions
Parameter | Type | Beschreibung |
---|---|---|
Parameter command | Type string | Beschreibung No Description Provided |
Parameter input | Type Collection<MCSuggestions> | Beschreibung No Description Provided |
Casters
Link to casters
Result type | Is Implicit |
---|---|
Result type string | Is Implicit true |
Methoden
Link to methoden
Name: equals
Return Type: boolean
ZenScript CopyMCSuggestions.equals(o as Object) as boolean
Parameter | Type | Beschreibung |
---|---|---|
Parameter o | Type Object | Beschreibung No Description Provided |
Name: getList
Return Type: stdlib.List<MCSuggestion>
ZenScript Copy// MCSuggestions.getList() as stdlib.List<MCSuggestion>
myMCSuggestions.getList();
Name: getRange
Return Type: MCStringRange
ZenScript Copy// MCSuggestions.getRange() as MCStringRange
myMCSuggestions.getRange();
Name: hashCode
Return Type: int
ZenScript Copy// MCSuggestions.hashCode() as int
myMCSuggestions.hashCode();
Name: isEmpty
Return Type: boolean
ZenScript Copy// MCSuggestions.isEmpty() as boolean
myMCSuggestions.isEmpty();
Name: toString
Return Type: string
ZenScript Copy// MCSuggestions.toString() as string
myMCSuggestions.toString();
Operatoren
Link to operatoren
Name: EQUALS
ZenScriptCopymyMCSuggestions == o als Objekt