Class CondIsSolid

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

@Name("Is Solid") @Description("Checks whether an item is solid.") @Examples({"grass block is solid","player\'s tool isn\'t solid"}) @Since("2.2-dev36") public class CondIsSolid extends PropertyCondition<ItemType>