Class CondIsEdible

All Implemented Interfaces:
Debuggable, SyntaxElement, Checker<ItemType>

@Name("Is Edible") @Description("Checks whether an item is edible.") @Examples({"steak is edible","player\'s tool is edible"}) @Since("2.2-dev36") public class CondIsEdible extends PropertyCondition<ItemType>