Class ExprSkull

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

@Name("Player Skull") @Description("Gets a skull item representing a player. Skulls for other entities are provided by the aliases.") @Examples({"give the victim\'s skull to the attacker","set the block at the entity to the entity\'s skull"}) @Since("2.0") public class ExprSkull extends SimplePropertyExpression<Object,​ItemType>