java.lang.Object
meteordevelopment.meteorclient.utils.render.Box

public class Box extends Object
  • Field Details

    • x

      public double x
    • y

      public double y
    • width

      public double width
    • height

      public double height
  • Constructor Details

    • Box

      public Box(double x, double y, double width, double height)
    • Box

      public Box()
  • Method Details