Package emi.dev.emi.emi.screen
Class WidgetGroup
java.lang.Object
emi.dev.emi.emi.screen.WidgetGroup
- All Implemented Interfaces:
WidgetHolder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface emi.dev.emi.emi.api.widget.WidgetHolder
addAnimatedTexture, addAnimatedTexture, addAnimatedTexture, addButton, addButton, addCustomAnimatedTexture, addCustomAnimatedTexture, addDrawable, addFillingArrow, addGeneratedSlot, addSlot, addSlot, addText, addText, addTexture, addTexture, addTexture, addTooltip, addTooltip, addTooltipText
-
Field Details
-
recipe
-
x
public final int x -
y
public final int y -
width
public final int width -
height
public final int height -
widgets
-
-
Constructor Details
-
WidgetGroup
-
-
Method Details
-
error
-
x
public int x() -
y
public int y() -
getWidth
public int getWidth()- Specified by:
getWidthin interfaceWidgetHolder
-
getHeight
public int getHeight()- Specified by:
getHeightin interfaceWidgetHolder
-
add
- Specified by:
addin interfaceWidgetHolder
-