Class UIArea
java.lang.Object
de.luckymcdev.foundryengine.client.ui.UIArea
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
width
public int width -
height
public int height
-
-
Constructor Details
-
UIArea
public UIArea(int x, int y, int width, int height)
-
-
Method Details
-
getSubArea
-
shrink
-
lerp
-
isInArea
public boolean isInArea(double x, double y) -
toString
-