Package net.minecraft.client.gui.screen
Class EditGamerulesScreen.Gamerule
- 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
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
- Direct Known Subclasses:
EditGamerulesScreen.NameEntry
,EditGamerulesScreen.ValueEntry
- Enclosing class:
- EditGamerulesScreen
public abstract class EditGamerulesScreen.Gamerule extends AbstractOptionList.Entry<EditGamerulesScreen.Gamerule>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<IReorderingProcessor>
tooltip
-
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
-
Constructor Summary
Constructors Constructor Description Gamerule(java.util.List<IReorderingProcessor> p_i232315_2_)
-
Method Summary
-
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, children, getChildAt, keyPressed, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
tooltip
@Nullable private final java.util.List<IReorderingProcessor> tooltip
-
-
Constructor Detail
-
Gamerule
public Gamerule(@Nullable java.util.List<IReorderingProcessor> p_i232315_2_)
-
-