Импорт класса

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
Copy
import crafttweaker.api.food.MCFood;

No Description Provided

ZenScript
Copy
new MCFood(healing as int, saturation as float) as MCFood
ПараметрТипОписание
Параметр
healing
Тип
int
Описание
No Description Provided
Параметр
saturation
Тип
float
Описание
No Description Provided

Name: addEffect

Return Type: MCFood

ZenScript
Copy
MCFood.addEffect(effect as MCPotionEffectInstance, probability as float) as MCFood
ПараметрТипОписание
Параметр
effect
Тип
MCPotionEffectInstance
Описание
No Description Provided
Параметр
probability
Тип
float
Описание
No Description Provided

Name: clearEffects

Return Type: void

ZenScript
Copy
// MCFood.clearEffects() as void

myMCFood.clearEffects();

Name: removeEffect

Return Type: MCFood

ZenScript
Copy
MCFood.removeEffect(effect as MCPotionEffectInstance) as MCFood
ПараметрТипОписание
Параметр
effect
Тип
MCPotionEffectInstance
Описание
No Description Provided

Link to setCanEatWhenFull

Name: setCanEatWhenFull

Return Type: MCFood

ZenScript
Copy
MCFood.setCanEatWhenFull(canEatWhenFull as boolean) as MCFood
ПараметрТипОписание
Параметр
canEatWhenFull
Тип
boolean
Описание
No Description Provided

Name: setFastEating

Return Type: MCFood

ZenScript
Copy
MCFood.setFastEating(fastEating as boolean) as MCFood
ПараметрТипОписание
Параметр
fastEating
Тип
boolean
Описание
No Description Provided

Name: setHealing

Return Type: MCFood

ZenScript
Copy
MCFood.setHealing(healing as int) as MCFood
ПараметрТипОписание
Параметр
healing
Тип
int
Описание
No Description Provided

Name: setMeat

Return Type: MCFood

ZenScript
Copy
MCFood.setMeat(meat as boolean) as MCFood
ПараметрТипОписание
Параметр
meat
Тип
boolean
Описание
No Description Provided

Name: setSaturation

Return Type: MCFood

ZenScript
Copy
MCFood.setSaturation(saturation as float) as MCFood
ПараметрТипОписание
Параметр
saturation
Тип
float
Описание
No Description Provided

Свойства

Link to свойства

НазваниеТипИмеет GetterИмеет SetterОписание
Название
canEatWhenFull
Тип
boolean
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
healing
Тип
int
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
isFastEating
Тип
boolean
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
meat
Тип
boolean
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided
Название
saturation
Тип
float
Имеет Getter
true
Имеет Setter
false
Описание
No Description Provided