Class ExprFacing

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

@Name("Facing") @Description("The facing of an entity or block, i.e. exactly north, south, east, west, up or down (unlike <a href=\'#ExprDirection\'>direction</a> which is the exact direction, e.g. \'0.5 south and 0.7 east\')") @Examples({"# makes a bridge","loop blocks from the block below the player in the horizontal facing of the player:","\tset loop-block to cobblestone"}) @Since("1.4") public class ExprFacing extends SimplePropertyExpression<Object,​Direction>