Class OptionsRowList.Row
- java.lang.Object
-
- net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
-
- net.minecraft.client.gui.widget.list.AbstractOptionList.Entry<OptionsRowList.Row>
-
- net.minecraft.client.gui.widget.list.OptionsRowList.Row
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
- Enclosing class:
- OptionsRowList
public static class OptionsRowList.Row extends AbstractOptionList.Entry<OptionsRowList.Row>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Widget>
children
-
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OptionsRowList.Row
big(GameSettings p_214384_0_, int p_214384_1_, AbstractOption p_214384_2_)
java.util.List<? extends IGuiEventListener>
children()
void
render(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_)
static OptionsRowList.Row
small(GameSettings p_214382_0_, int p_214382_1_, AbstractOption p_214382_2_, AbstractOption p_214382_3_)
-
Methods inherited from class net.minecraft.client.gui.widget.list.AbstractOptionList.Entry
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
isMouseOver
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
isMouseOver, mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyPressed, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
children
private final java.util.List<Widget> children
-
-
Constructor Detail
-
Row
private Row(java.util.List<Widget> p_i50481_1_)
-
-
Method Detail
-
big
public static OptionsRowList.Row big(GameSettings p_214384_0_, int p_214384_1_, AbstractOption p_214384_2_)
-
small
public static OptionsRowList.Row small(GameSettings p_214382_0_, int p_214382_1_, AbstractOption p_214382_2_, @Nullable AbstractOption p_214382_3_)
-
render
public void render(MatrixStack p_230432_1_, int p_230432_2_, int p_230432_3_, int p_230432_4_, int p_230432_5_, int p_230432_6_, int p_230432_7_, int p_230432_8_, boolean p_230432_9_, float p_230432_10_)
- Specified by:
render
in classAbstractList.AbstractListEntry<OptionsRowList.Row>
-
children
public java.util.List<? extends IGuiEventListener> children()
-
-