MCSuggestionProvider

Link to mcsuggestionprovider

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
Copy
import crafttweaker.api.commands.custom.MCSuggestionProvider;

No Description Provided

ZenScript
Copy
new MCSuggestionProvider(fun as BiFunction<MCCommandContext,MCSuggestionsBuilder,MCSuggestions>) as MCSuggestionProvider
ParameterTypeBeschreibung
Parameter
lustig
Type
BiFunction<MCCommandContext,MCSuggestionsBuilder,MCSuggestions>
Beschreibung
No Description Provided
Result typeIs Implicit
Result type
string
Is Implicit
true

Name: equals

Return Type: boolean

ZenScript
Copy
MCSuggestionProvider.equals(o as Object) as boolean
ParameterTypeBeschreibung
Parameter
o
Type
Object
Beschreibung
No Description Provided

Name: getSuggestions

Return Type: MCSuggestions

ZenScript
Copy
MCSuggestionProvider.getSuggestions(context as MCCommandContext, builder as MCSuggestionsBuilder) as MCSuggestions
ParameterTypeBeschreibung
Parameter
kontext
Type
MCCommandContext
Beschreibung
No Description Provided
Parameter
bauer
Type
MCSuggestions-Builder
Beschreibung
No Description Provided

Name: hashCode

Return Type: int

ZenScript
Copy
// MCSuggestionProvider.hashCode() as int

myMCSuggestionProvider.hashCode();

Name: toString

Return Type: string

ZenScript
Copy
// MCSuggestionProvider.toString() as string

myMCSuggestionProvider.toString();

Name: EQUALS

ZenScript
Copy
myMCSuggestionProvider == o als Objekt