| IButton |
Represents a clickable button component in a custom GUI.
|
| ICustomGui |
Represents a custom graphical user interface (GUI) that can contain various components
such as buttons, labels, text fields, item slots, etc.
|
| ICustomGuiComponent |
Base interface for all custom GUI components.
|
| IItemSlot |
Represents an item slot component in a custom GUI.
|
| ILabel |
Represents a text label component in a custom GUI.
|
| ILine |
Represents a line component in a custom GUI.
|
| IScroll |
Represents a scrollable list component in a custom GUI.
|
| ITextField |
Represents a text field component in a custom GUI.
|
| ITexturedRect |
Represents a textured rectangle component in a custom GUI.
|