package tinker.common; public interface IFacingLogic { public byte getDirection(); public void setDirection(float yaw, float pitch); }