Class CondIsTransparent

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

@Name("Is Transparent") @Description("Checks whether an item is transparent. Note that this condition may not work for all blocks, due to the transparency list used by Spigot not being completely accurate.") @Examples("player\'s tool is transparent.") @Since("2.2-dev36") public class CondIsTransparent extends PropertyCondition<ItemType>