MCPotionEffect
Link to mcpotioneffect
Импорт класса
Link to импорт-класса
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.MCPotionEffect;
Методы
Link to методы
Name: isReady
Return Type: boolean
ZenScript CopyMCPotionEffect.isReady(duration as int, amplifier as int) as boolean
Параметр | Тип | Описание |
---|---|---|
Параметр duration | Тип int | Описание No Description Provided |
Параметр amplifier | Тип int | Описание No Description Provided |
Name: newInstance
Return Type: MCPotionEffectInstance
ZenScript CopyMCPotionEffect.newInstance(duration as int, amplifier as int, ambient as boolean, showParticles as boolean) as MCPotionEffectInstance
Параметр | Тип | Описание | Optional | DefaultValue |
---|---|---|---|---|
Параметр duration | Тип int | Описание No Description Provided | Optional false | DefaultValue |
Параметр amplifier | Тип int | Описание No Description Provided | Optional true | DefaultValue 0 |
Параметр ambient | Тип boolean | Описание No Description Provided | Optional true | DefaultValue false |
Параметр showParticles | Тип boolean | Описание No Description Provided | Optional true | DefaultValue true |
Свойства
Link to свойства
Название | Тип | Имеет Getter | Имеет Setter | Описание |
---|---|---|---|---|
Название commandString | Тип string | Имеет Getter true | Имеет Setter false | Описание No Description Provided |
Название curativeItems | Тип stdlib.List<IItemStack> | Имеет Getter true | Имеет Setter false | Описание No Description Provided |
Название displayName | Тип string | Имеет Getter true | Имеет Setter false | Описание No Description Provided |
Название isBeneficial | Тип boolean | Имеет Getter true | Имеет Setter false | Описание No Description Provided |
Название isInstant | Тип boolean | Имеет Getter true | Имеет Setter false | Описание No Description Provided |
Название liquidColor | Тип int | Имеет Getter true | Имеет Setter false | Описание No Description Provided |
Название name | Тип string | Имеет Getter true | Имеет Setter false | Описание No Description Provided |