Class CondIsFlammable

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

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