Class ExprTypeOf

All Implemented Interfaces:
Converter<Object,​Object>, Debuggable, Expression<Object>, SyntaxElement

@Name("Type of") @Description({"Type of a block, item, entity, inventory or potion effect.","Types of items and blocks are item types similar to them but have amounts","of one, no display names and, on Minecraft 1.13 and newer versions, are undamaged.","Types of entities and inventories are entity types and inventory types known to Skript.","Types of potion effects are potion effect types."}) @Examples({"on rightclick on an entity:","\tmessage \"This is a %type of clicked entity%!\""}) @Since("1.4, 2.5.2 (potion effect)") public class ExprTypeOf extends SimplePropertyExpression<Object,​Object>