Package net.minecraft.client.gui.screen
Class EditGamerulesScreen.BooleanEntry
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
net.minecraft.client.gui.screen.EditGamerulesScreen.BooleanEntry
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
- Enclosing class:
- EditGamerulesScreen
-
Field Summary
Fields inherited from class net.minecraft.client.gui.screen.EditGamerulesScreen.ValueEntry
children
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
Constructor Summary
ConstructorDescriptionBooleanEntry
(ITextComponent p_i232311_2_, List<IReorderingProcessor> p_i232311_3_, String p_i232311_4_, GameRules.BooleanValue p_i232311_5_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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_) Methods inherited from class net.minecraft.client.gui.screen.EditGamerulesScreen.ValueEntry
children, renderLabel
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 Details
-
checkbox
-
-
Constructor Details
-
BooleanEntry
public BooleanEntry(ITextComponent p_i232311_2_, List<IReorderingProcessor> p_i232311_3_, String p_i232311_4_, GameRules.BooleanValue p_i232311_5_)
-
-
Method Details
-
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<EditGamerulesScreen.Gamerule>
-