Package net.minecraft.client.gui.screen
Class EditGamerulesScreen.ValueEntry
- java.lang.Object
-
- net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
-
- net.minecraft.client.gui.widget.list.AbstractOptionList.Entry<EditGamerulesScreen.Gamerule>
-
- net.minecraft.client.gui.screen.EditGamerulesScreen.Gamerule
-
- net.minecraft.client.gui.screen.EditGamerulesScreen.ValueEntry
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
- Direct Known Subclasses:
EditGamerulesScreen.BooleanEntry
,EditGamerulesScreen.IntegerEntry
- Enclosing class:
- EditGamerulesScreen
public abstract class EditGamerulesScreen.ValueEntry extends EditGamerulesScreen.Gamerule
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<IGuiEventListener>
children
private java.util.List<IReorderingProcessor>
label
-
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
-
Constructor Summary
Constructors Constructor Description ValueEntry(java.util.List<IReorderingProcessor> p_i241256_2_, ITextComponent p_i241256_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<? extends IGuiEventListener>
children()
protected void
renderLabel(MatrixStack p_241649_1_, int p_241649_2_, int p_241649_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, render
-
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
-
label
private final java.util.List<IReorderingProcessor> label
-
children
protected final java.util.List<IGuiEventListener> children
-
-
Constructor Detail
-
ValueEntry
public ValueEntry(@Nullable java.util.List<IReorderingProcessor> p_i241256_2_, ITextComponent p_i241256_3_)
-
-
Method Detail
-
children
public java.util.List<? extends IGuiEventListener> children()
-
renderLabel
protected void renderLabel(MatrixStack p_241649_1_, int p_241649_2_, int p_241649_3_)
-
-