| Interface | Description |
|---|---|
| ICanRender3d |
Implement this on widgets which need to render in a 3d context (i.e.
|
| IDrawAfterRender |
For widgets that need to do some drawing after everything else, to ensure it's on top.
|
| ITaggedWidget |
Represents a widget with a string tag, which is sent to the server in a PacketUpdateGui when the widget is clicked.
|
| ITooltipProvider |
| Class | Description |
|---|---|
| WidgetAmadronOffer | |
| WidgetAnimatedStat | |
| WidgetAnimatedStat.StatIcon | |
| WidgetButtonExtended |
Extension of GuiButtonExt that add: 1) a string tag which is sent to the server when clicked (PacketGuiButton),
2) ability to draw itemstack or textured icons & 3) can render its area when invisible
|
| WidgetCheckBox | |
| WidgetColorSelector | |
| WidgetComboBox | |
| WidgetEnergy | |
| WidgetFluidFilter | |
| WidgetFluidStack | |
| WidgetKeybindCheckBox | |
| WidgetKeybindCheckBox.KeyDispatcher | |
| WidgetLabel | |
| WidgetList<T> | |
| WidgetRadioButton | |
| WidgetRadioButton.Builder<T extends WidgetRadioButton> |
Builder to manage creating a collection of related radio buttons.
|
| WidgetRangeToggleButton | |
| WidgetTank |
This class is derived from BluePower and edited by MineMaarten:
https://github.com/Qmunity/BluePower/blob/FluidCrafting/src/main/java/com/bluepowermod/client/gui/widget/WidgetTank.java
|
| WidgetTemperature | |
| WidgetTextField | |
| WidgetTextFieldNumber | |
| WidgetTooltipArea | |
| WidgetVerticalScrollbar |
| Enum | Description |
|---|---|
| WidgetButtonExtended.IconPosition | |
| WidgetLabel.Alignment | |
| WidgetList.ToolTipType |