Class ExprYawPitch

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

@Name("Yaw / Pitch") @Description("The yaw or pitch of a location or vector.") @Examples({"log \"%player%: %location of player%, %player\'s yaw%, %player\'s pitch%\" to \"playerlocs.log\"","set {_yaw} to yaw of player","set {_p} to pitch of target entity"}) @Since("2.0, 2.2-dev28 (vector yaw/pitch)") public class ExprYawPitch extends SimplePropertyExpression<Object,​Number>