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
-
Field Summary
Modifier and TypeFieldDescriptionprotected final List<IGuiEventListener>
private final List<IReorderingProcessor>
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
Constructor Summary
ConstructorDescriptionValueEntry
(List<IReorderingProcessor> p_i241256_2_, ITextComponent p_i241256_3_) -
Method Summary
Modifier and TypeMethodDescriptionList<? 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 Details
-
label
-
children
-
-
Constructor Details
-
ValueEntry
-
-
Method Details
-
children
-
renderLabel
-