Package hiiragi283.core.api.gui.widget
Class HTAbstractWidget
-
- All Implemented Interfaces:
-
hiiragi283.core.api.gui.widget.HTWidget
public abstract class HTAbstractWidget implements HTWidget
HTWidgetの抽象クラスです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTAbstractWidget(HTBounds bounds)HTAbstractWidget(Integer x, Integer y, Integer width, Integer height)
-
Method Summary
-
Methods inherited from class hiiragi283.core.api.gui.widget.HTWidget
charTyped, getType, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, onInit, setupHolder -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-