MCFood
Link to mcfood
This class was added by a mod with mod-id crafttweaker
. So you need to have this mod installed if you want to use this feature.
Importing the class
Link to importing-the-class
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.
ZenScript Copycrafttweaker.api.food.MCFood
Constructors
Link to constructors
ZenScript Copynew crafttweaker.api.food.MCFood(healing as int, saturation as float);
Parameter | Type | Description |
---|---|---|
Parameter healing | Type int | Description No description provided |
Parameter saturation | Type float | Description No description provided |
Methods
Link to methods
addEffect
Link to addeffect
Returns crafttweaker.api.food.MCFood
ZenScript CopymyMCFood.addEffect(effect as crafttweaker.api.potion.MCPotionEffectInstance, probability as float);
Parameter | Type | Description |
---|---|---|
Parameter effect | Type crafttweaker.api.potion.MCPotionEffectInstance | Description No description provided |
Parameter probability | Type float | Description No description provided |
clearEffects
Link to cleareffects
ZenScript CopymyMCFood.clearEffects();
removeEffect
Link to removeeffect
Returns crafttweaker.api.food.MCFood
ZenScript CopymyMCFood.removeEffect(effect as crafttweaker.api.potion.MCPotionEffectInstance);
Parameter | Type | Description |
---|---|---|
Parameter effect | Type crafttweaker.api.potion.MCPotionEffectInstance | Description No description provided |
setCanEatWhenFull
Link to setcaneatwhenfull
Returns crafttweaker.api.food.MCFood
ZenScript CopymyMCFood.setCanEatWhenFull(canEatWhenFull as boolean);
Parameter | Type | Description |
---|---|---|
Parameter canEatWhenFull | Type boolean | Description No description provided |
setFastEating
Link to setfasteating
Returns crafttweaker.api.food.MCFood
ZenScript CopymyMCFood.setFastEating(fastEating as boolean);
Parameter | Type | Description |
---|---|---|
Parameter fastEating | Type boolean | Description No description provided |
setHealing
Link to sethealing
Returns crafttweaker.api.food.MCFood
ZenScript CopymyMCFood.setHealing(healing as int);
Parameter | Type | Description |
---|---|---|
Parameter healing | Type int | Description No description provided |
setMeat
Link to setmeat
Returns crafttweaker.api.food.MCFood
ZenScript CopymyMCFood.setMeat(meat as boolean);
Parameter | Type | Description |
---|---|---|
Parameter meat | Type boolean | Description No description provided |
setSaturation
Link to setsaturation
Returns crafttweaker.api.food.MCFood
ZenScript CopymyMCFood.setSaturation(saturation as float);
Parameter | Type | Description |
---|---|---|
Parameter saturation | Type float | Description No description provided |
Properties
Link to properties
이름 | Type | Has Getter | Has Setter |
---|---|---|---|
이름 canEatWhenFull | Type boolean | Has Getter true | Has Setter false |
이름 healing | Type int | Has Getter true | Has Setter false |
이름 isFastEating | Type boolean | Has Getter true | Has Setter false |
이름 meat | Type boolean | Has Getter true | Has Setter false |
이름 saturation | Type float | Has Getter true | Has Setter false |