MCPotionEffectInstance

Link to mcpotioneffectinstance

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.MCPotionEffectInstance;

Interfacce Implementate

Link to interfacce-implementate

MCPotionEffectInstance implements the following interfaces. That means all methods defined in these interfaces are also available in MCPotionEffectInstance

Name: addCurativeItem

Return Type: void

ZenScript
Copy
MCPotionEffectInstance.addCurativeItem(stack as IItemStack) as void
ParametroTipoDescrizione
Parametro
stack
Tipo
IItemStack
Descrizione
No Description Provided

Name: combine

Return Type: boolean

ZenScript
Copy
MCPotionEffectInstance.combine(effect as MCPotionEffectInstance) as boolean
ParametroTipoDescrizione
Parametro
effect
Tipo
MCPotionEffectInstance
Descrizione
No Description Provided

Link to getCurativeItems

Name: getCurativeItems

Return Type: stdlib.List<IItemStack>

ZenScript
Copy
// MCPotionEffectInstance.getCurativeItems() as stdlib.List<IItemStack>

myMCPotionEffectInstance.getCurativeItems();

Name: isCurativeItem

Return Type: boolean

ZenScript
Copy
MCPotionEffectInstance.isCurativeItem(stack as IItemStack) as boolean
ParametroTipoDescrizione
Parametro
stack
Tipo
IItemStack
Descrizione
No Description Provided

Link to setCurativeItems

Name: setCurativeItems

Return Type: void

ZenScript
Copy
MCPotionEffectInstance.setCurativeItems(items as IItemStack[]) as void
ParametroTipoDescrizione
Parametro
items
Tipo
IItemStack[]
Descrizione
No Description Provided
NomeTipoHa GetterHa SetterDescrizione
Nome
ambient
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
amplifier
Tipo
int
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
duration
Tipo
int
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
effectName
Tipo
string
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
potion
Tipo
MCPotionEffect
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
showIcon
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
showParticles
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided