Class GraphDataPoint

java.lang.Object
de.cheaterpaul.autoelytraflight.GraphDataPoint

public class GraphDataPoint extends Object
  • Field Details

    • realPosition

      public net.minecraft.world.phys.Vec3 realPosition
    • horizontalDelta

      public double horizontalDelta
    • velocity

      public double velocity
    • pullUp

      public boolean pullUp
    • pullDown

      public boolean pullDown
  • Constructor Details

    • GraphDataPoint

      public GraphDataPoint(net.minecraft.world.phys.Vec3 realPosition)
    • GraphDataPoint

      public GraphDataPoint(net.minecraft.world.phys.Vec3 realPosition, net.minecraft.world.phys.Vec3 previousPosition)