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 Copyimport 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
- Comparable<MCPotionEffectInstance>
Metodi
Link to metodi
Name: addCurativeItem
Return Type: void
ZenScript CopyMCPotionEffectInstance.addCurativeItem(stack as IItemStack) as void
Parametro | Tipo | Descrizione |
---|---|---|
Parametro stack | Tipo IItemStack | Descrizione No Description Provided |
Name: combine
Return Type: boolean
ZenScript CopyMCPotionEffectInstance.combine(effect as MCPotionEffectInstance) as boolean
Parametro | Tipo | Descrizione |
---|---|---|
Parametro effect | Tipo MCPotionEffectInstance | Descrizione No Description Provided |
Name: getCurativeItems
Return Type: stdlib.List<IItemStack>
ZenScript Copy// MCPotionEffectInstance.getCurativeItems() as stdlib.List<IItemStack>
myMCPotionEffectInstance.getCurativeItems();
Name: isCurativeItem
Return Type: boolean
ZenScript CopyMCPotionEffectInstance.isCurativeItem(stack as IItemStack) as boolean
Parametro | Tipo | Descrizione |
---|---|---|
Parametro stack | Tipo IItemStack | Descrizione No Description Provided |
Name: setCurativeItems
Return Type: void
ZenScript CopyMCPotionEffectInstance.setCurativeItems(items as IItemStack[]) as void
Parametro | Tipo | Descrizione |
---|---|---|
Parametro items | Tipo IItemStack[] | Descrizione No Description Provided |
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter | Descrizione |
---|---|---|---|---|
Nome ambient | Tipo boolean | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome amplifier | Tipo int | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome duration | Tipo int | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome effectName | Tipo string | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome potion | Tipo MCPotionEffect | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome showIcon | Tipo boolean | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome showParticles | Tipo boolean | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |