FoodItem

Undocumented in source.
class FoodItem : ConsumeableItem!(si, effects, residue)(
sul.items.Item si
uint ghunger
float gsaturation
EffectInfo[] effects = []
Residue residue = Residue.substract
) {}

Constructors

this
this(E args)
Undocumented in source.

Members

Aliases

sul
alias sul = si
Undocumented in source.

Functions

onConsumed
Item onConsumed(Player player)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

hunger
uint hunger [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
saturation
float saturation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta