Class ControlList.Entry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry<ControlList.Entry>
net.minecraft.client.gui.screens.controls.ControlList.Entry
- All Implemented Interfaces:
ContainerEventHandler
,GuiEventListener
- Direct Known Subclasses:
ControlList.CategoryEntry
,ControlList.KeyEntry
- Enclosing class:
- ControlList
public abstract static class ControlList.Entry
extends ContainerObjectSelectionList.Entry<ControlList.Entry>
-
Field Summary
Fields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry
getFocused, isDragging, narratables, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
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.components.events.ContainerEventHandler
changeFocus, charTyped, children, getChildAt, keyPressed, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
isMouseOver, mouseMoved
-
Constructor Details
-
Entry
public Entry()
-