Class CondIsBlock

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

@Name("Is Block") @Description("Checks whether an item is a block.") @Examples({"player\'s held item is a block","{list::*} are blocks"}) @Since("2.4") public class CondIsBlock extends PropertyCondition<ItemType>