directionThatPlayerIs method
Gives the direction of the player in relation to this component
Implementation
Direction directionThatPlayerIs() {
return BonfireUtil.getDirectionFromAngle(getAngleFromPlayer());
}
Gives the direction of the player in relation to this component
Direction directionThatPlayerIs() {
return BonfireUtil.getDirectionFromAngle(getAngleFromPlayer());
}