Class ExprDurability

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

@Name("Damage Value/Durability") @Description("The damage value/durability of an item.") @Examples({"set damage value of player\'s tool to 10","reset the durability of {_item}","set durability of player\'s held item to 0"}) @Since("1.2, 2.7 (durability reversed)") public class ExprDurability extends SimplePropertyExpression<Object,Long>