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
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.components.ContainerObjectSelectionList.Entry
getFocused, isDragging, narratables, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isMouseOver, renderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandler
changeFocus, charTyped, children, getChildAt, keyPressed, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocusMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
isMouseOver, mouseMoved
-
Constructor Details
-
Entry
public Entry()
-