Class ExprCompassTarget

All Implemented Interfaces:
Converter<org.bukkit.entity.Player,org.bukkit.Location>, Debuggable, Expression<org.bukkit.Location>, SyntaxElement

@Name("Compass Target") @Description("The location a player\'s compass is pointing at.") @Examples({"# make all player\'s compasses target a player stored in {compass::target::%player%}","every 5 seconds:","\tloop all players:","\t\tset the loop-player\'s compass target to location of {compass::target::%%loop-player%}"}) @Since("2.0") public class ExprCompassTarget extends SimplePropertyExpression<org.bukkit.entity.Player,org.bukkit.Location>