Klasse UIArea

java.lang.Object
de.luckymcdev.foundryengine.client.ui.UIArea

public class UIArea extends Object
  • Felddetails

    • x

      public int x
    • y

      public int y
    • width

      public int width
    • height

      public int height
  • Konstruktordetails

    • UIArea

      public UIArea(int x, int y, int width, int height)
  • Methodendetails

    • shrink

      public UIArea shrink(int amount)
    • lerp

      public UIArea lerp(UIArea other, float delta)
    • isInArea

      public boolean isInArea(double x, double y)
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object