Importare la Classe

Link to importare-la-classe

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
ParametroTipoDescrizione
Parametro
duration
Tipo
int
Descrizione
No Description Provided
Parametro
amplifier
Tipo
int
Descrizione
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
ParametroTipoDescrizioneOptionalDefaultValue
Parametro
duration
Tipo
int
Descrizione
No Description Provided
Optional
no
DefaultValue
Parametro
amplifier
Tipo
int
Descrizione
No Description Provided
Optional
DefaultValue
0
Parametro
ambient
Tipo
boolean
Descrizione
No Description Provided
Optional
DefaultValue
no
Parametro
showParticles
Tipo
boolean
Descrizione
No Description Provided
Optional
DefaultValue
NomeTipoHa GetterHa SetterDescrizione
Nome
commandString
Tipo
string
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
curativeItems
Tipo
stdlib.List<IItemStack>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
displayName
Tipo
string
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
isBeneficial
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
isInstant
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
liquidColor
Tipo
int
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
nome
Tipo
string
Ha Getter
Ha Setter
no
Descrizione
No Description Provided