MCSuggestion
Importing the class
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.
import crafttweaker.api.commands.custom.MCSuggestion;
Caster
Tipo Risultato | Implicito |
---|
string | true |
Methods
applica
Return Type: string
MCSuggestion.apply(input as string) as string
Parameter | Type | Description |
---|
input | string | No Description Provided |
confrontaA
Return Type: int
MCSuggestion.compareTo(o as MCSuggestion) as int
Parameter | Type | Description |
---|
o | MCSuggestion | No Description Provided |
confrontaToIgnoreCase
Return Type: int
MCSuggestion.compareToIgnoreCase(b as MCSuggestion) as int
Parameter | Type | Description |
---|
b | MCSuggestion | No Description Provided |
equals
Return Type: boolean
MCSuggestion.equals(o as Object) as boolean
Parameter | Type | Description |
---|
o | Object | No Description Provided |
expandWith
Return Type: MCSuggestion
MCSuggestion.expandWith(command as string, range as MCStringRange) as MCSuggestion
Parameter | Type | Description |
---|
command | string | No Description Provided |
range | MCStringRange | No Description Provided |
getRange
Return Type: MCStringRange
MCSuggestion.getRange() as MCStringRange
myMCSuggestion.getRange();
getText
Return Type: string
MCSuggestion.getText() as string
myMCSuggestion.getText();
Return Type: string
MCSuggestion.getTooltip() as string
myMCSuggestion.getTooltip();
hashCode
Return Type: int
MCSuggestion.hashCode() as int
myMCSuggestion.hashCode();
toString
Return Type: string
MCSuggestion.toString() as string
myMCSuggestion.toString();
Operators
EQUALS
myMCSuggestion == o come oggetto