Class ExprTotalExperience

All Implemented Interfaces:
Converter<org.bukkit.entity.Entity,Integer>, Debuggable, Expression<Integer>, SyntaxElement

@Name("Total Experience") @Description({"The total experience, in points, of players or experience orbs.","Adding to a player\'s experience will trigger Mending, but setting their experience will not."}) @Examples({"set total experience of player to 100","","add 100 to player\'s experience","","if player\'s total experience is greater than 100:","\tset player\'s total experience to 0","\tgive player 1 diamond"}) @Since("2.7") public class ExprTotalExperience extends SimplePropertyExpression<org.bukkit.entity.Entity,Integer>