directionThatPlayerIs method

Direction directionThatPlayerIs()

Gives the direction of the player in relation to this component

Implementation

Direction directionThatPlayerIs() {
  return BonfireUtil.getDirectionFromAngle(getAngleFromPlayer());
}