/**
  * Get the direction it is headed
  * @return Direction
  */
 public function getDirection()
 {
     return Direction::CLIENTBOUND();
 }
 /**
  * Get the direction it is headed
  * @return Direction
  */
 public function getDirection()
 {
     return Direction::SERVERBOUND();
 }