| Interface | Description |
|---|---|
| IClipable |
ICipable indicates an object (usually
UIComponent) that they need to provide a ClipArea. |
| IGuiText<T> |
Defines a
UIComponent that uses text to be rendered on the MalisisGui. |
| IKeyListener |
That interfaces allows implementing classes to handle key strokes within a
MalisisGui. |
| Class | Description |
|---|---|
| UIComponent<T extends UIComponent<T>> |
UIComponent is the base of everything drawn onto a GUI. |
| UISlot |