Class KeyBindingList.KeyEntry
- java.lang.Object
-
- net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry<E>
-
- net.minecraft.client.gui.widget.list.AbstractOptionList.Entry<KeyBindingList.Entry>
-
- net.minecraft.client.gui.widget.list.KeyBindingList.Entry
-
- net.minecraft.client.gui.widget.list.KeyBindingList.KeyEntry
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
- Enclosing class:
- KeyBindingList
public class KeyBindingList.KeyEntry extends KeyBindingList.Entry
-
-
Field Summary
Fields Modifier and Type Field Description private Button
changeButton
private KeyBinding
key
private ITextComponent
name
private Button
resetButton
-
Fields inherited from class net.minecraft.client.gui.widget.list.AbstractList.AbstractListEntry
list
-
-
Constructor Summary
Constructors Modifier Constructor Description private
KeyEntry(KeyBinding p_i232281_2_, ITextComponent p_i232281_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<? extends IGuiEventListener>
children()
boolean
mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)
boolean
mouseReleased(double p_231048_1_, double p_231048_3_, int p_231048_5_)
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_)
-
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, mouseDragged, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
key
private final KeyBinding key
-
name
private final ITextComponent name
-
changeButton
private final Button changeButton
-
resetButton
private final Button resetButton
-
-
Constructor Detail
-
KeyEntry
private KeyEntry(KeyBinding p_i232281_2_, ITextComponent p_i232281_3_)
-
-
Method Detail
-
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<KeyBindingList.Entry>
-
children
public java.util.List<? extends IGuiEventListener> children()
-
mouseClicked
public boolean mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)
-
mouseReleased
public boolean mouseReleased(double p_231048_1_, double p_231048_3_, int p_231048_5_)
-
-