Class CondIsInteractable

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

@Name("Is Interactable") @Description("Checks wether or not a block is interactable.") @Examples({"on block break:","\tif event-block is interactable:","\t\tcancel event","\t\tsend \"You cannot break interactable blocks!\""}) @Since("2.5.2") @RequiredPlugins("Minecraft 1.13+") public class CondIsInteractable extends PropertyCondition<ItemType>