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.potion.MCPotionEffect;

Name: isReady

Return Type: boolean

ZenScript
Copy
MCPotionEffect.isReady(duration as int, amplifier as int) as boolean
ParameterTypeBeschreibung
Parameter
duration
Type
int
Beschreibung
No Description Provided
Parameter
amplifier
Type
int
Beschreibung
No Description Provided

Name: newInstance

Return Type: MCPotionEffectInstance

ZenScript
Copy
MCPotionEffect.newInstance(duration as int, amplifier as int, ambient as boolean, showParticles as boolean) as MCPotionEffectInstance
ParameterTypeBeschreibungOptionalDefaultValue
Parameter
duration
Type
int
Beschreibung
No Description Provided
Optional
false
DefaultValue
Parameter
amplifier
Type
int
Beschreibung
No Description Provided
Optional
true
DefaultValue
0
Parameter
ambient
Type
boolean
Beschreibung
No Description Provided
Optional
true
DefaultValue
false
Parameter
showParticles
Type
boolean
Beschreibung
No Description Provided
Optional
true
DefaultValue
true
NameTypeHas GetterHas SetterBeschreibung
Name
commandString
Type
string
Has Getter
true
Has Setter
false
Beschreibung
No Description Provided
Name
curativeItems
Type
stdlib.List<IItemStack>
Has Getter
true
Has Setter
false
Beschreibung
No Description Provided
Name
displayName
Type
string
Has Getter
true
Has Setter
false
Beschreibung
No Description Provided
Name
isBeneficial
Type
boolean
Has Getter
true
Has Setter
false
Beschreibung
No Description Provided
Name
isInstant
Type
boolean
Has Getter
true
Has Setter
false
Beschreibung
No Description Provided
Name
liquidColor
Type
int
Has Getter
true
Has Setter
false
Beschreibung
No Description Provided
Name
name
Type
string
Has Getter
true
Has Setter
false
Beschreibung
No Description Provided