Class RelativeWaypointDefinition

java.lang.Object
com.hypixel.hytale.builtin.path.waypoint.RelativeWaypointDefinition

public class RelativeWaypointDefinition extends Object
  • Field Details

    • rotation

      protected final float rotation
    • distance

      protected final double distance
  • Constructor Details

    • RelativeWaypointDefinition

      public RelativeWaypointDefinition(float rotation, double distance)
  • Method Details

    • getRotation

      public float getRotation()
    • getDistance

      public double getDistance()