Modifier and Type | Field and Description |
---|---|
private Widget |
AccessibilityScreen.field_212989_d |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RecipeOverlayGui.FurnaceRecipeButtonWidget |
(package private) class |
RecipeOverlayGui.RecipeButtonWidget |
class |
RecipeTabToggleWidget |
class |
RecipeWidget |
Modifier and Type | Field and Description |
---|---|
private Widget |
ChatOptionsScreen.narratorButton |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Widget> |
Screen.buttons |
Modifier and Type | Method and Description |
---|---|
protected <T extends Widget> |
Screen.addButton(T p_addButton_1_) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BeaconScreen.Button |
(package private) class |
BeaconScreen.CancelButton |
(package private) class |
BeaconScreen.ConfirmButton |
(package private) class |
BeaconScreen.PowerButton |
(package private) static class |
BeaconScreen.SpriteButton |
(package private) class |
MerchantScreen.TradeButton |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSlider |
class |
OptionSlider |
class |
SoundSlider |
class |
TextFieldWidget |
class |
ToggleWidget |
Modifier and Type | Class and Description |
---|---|
class |
AbstractButton |
class |
Button |
class |
ChangePageButton |
class |
CheckboxButton |
class |
ImageButton |
class |
LockIconButton |
class |
OptionButton |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Widget> |
OptionsRowList.Row.widgets |
Constructor and Description |
---|
Row(java.util.List<Widget> widgetsIn) |
Modifier and Type | Method and Description |
---|---|
abstract Widget |
AbstractOption.createWidget(GameSettings options,
int xIn,
int yIn,
int widthIn) |
Widget |
IteratableOption.createWidget(GameSettings options,
int xIn,
int yIn,
int widthIn) |
Widget |
BooleanOption.createWidget(GameSettings options,
int xIn,
int yIn,
int widthIn) |
Widget |
SliderPercentageOption.createWidget(GameSettings options,
int xIn,
int yIn,
int widthIn) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRealmsButton<P extends Widget & RealmsAbstractButtonProxy<?>> |
Modifier and Type | Class and Description |
---|---|
class |
RealmsButtonProxy |
class |
RealmsSliderButtonProxy |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Consumer<Widget> |
GuiScreenEvent.InitGuiEvent.add |
private java.util.List<Widget> |
GuiScreenEvent.InitGuiEvent.list |
private java.util.function.Consumer<Widget> |
GuiScreenEvent.InitGuiEvent.remove |
Modifier and Type | Method and Description |
---|---|
java.util.List<Widget> |
GuiScreenEvent.InitGuiEvent.getWidgetList()
Unmodifiable reference to the list of buttons on the
GuiScreenEvent.gui . |
Modifier and Type | Method and Description |
---|---|
void |
GuiScreenEvent.InitGuiEvent.addWidget(Widget button) |
void |
GuiScreenEvent.InitGuiEvent.removeWidget(Widget button) |
Constructor and Description |
---|
InitGuiEvent(Screen gui,
java.util.List<Widget> list,
java.util.function.Consumer<Widget> add,
java.util.function.Consumer<Widget> remove) |
InitGuiEvent(Screen gui,
java.util.List<Widget> list,
java.util.function.Consumer<Widget> add,
java.util.function.Consumer<Widget> remove) |
InitGuiEvent(Screen gui,
java.util.List<Widget> list,
java.util.function.Consumer<Widget> add,
java.util.function.Consumer<Widget> remove) |
Post(Screen gui,
java.util.List<Widget> list,
java.util.function.Consumer<Widget> add,
java.util.function.Consumer<Widget> remove) |
Post(Screen gui,
java.util.List<Widget> list,
java.util.function.Consumer<Widget> add,
java.util.function.Consumer<Widget> remove) |
Post(Screen gui,
java.util.List<Widget> list,
java.util.function.Consumer<Widget> add,
java.util.function.Consumer<Widget> remove) |
Pre(Screen gui,
java.util.List<Widget> list,
java.util.function.Consumer<Widget> add,
java.util.function.Consumer<Widget> remove) |
Pre(Screen gui,
java.util.List<Widget> list,
java.util.function.Consumer<Widget> add,
java.util.function.Consumer<Widget> remove) |
Pre(Screen gui,
java.util.List<Widget> list,
java.util.function.Consumer<Widget> add,
java.util.function.Consumer<Widget> remove) |
Modifier and Type | Field and Description |
---|---|
private Widget |
HoverChecker.widget |
Constructor and Description |
---|
HoverChecker(Widget widget,
int threshold) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedButton
This class provides a button that fixes several bugs present in the vanilla GuiButton drawing code.
|
class |
Slider
This class is blatantly stolen from iChunUtils with permission.
|
class |
UnicodeGlyphButton
This class provides a button that shows a string glyph at the beginning.
|