public abstract static class AbstractOptionList.Entry<E extends AbstractOptionList.Entry<E>> extends AbstractList.AbstractListEntry<E> implements INestedGuiEventHandler
list
Constructor and Description |
---|
Entry() |
Modifier and Type | Method and Description |
---|---|
IGuiEventListener |
getFocused() |
boolean |
isDragging() |
void |
setDragging(boolean p_setDragging_1_) |
void |
setFocused(IGuiEventListener p_setFocused_1_) |
isMouseOver, render
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
changeFocus, charTyped, children, func_212928_a, func_212930_a, func_212932_b, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled
isMouseOver, mouseMoved
public boolean isDragging()
isDragging
in interface INestedGuiEventHandler
public void setDragging(boolean p_setDragging_1_)
setDragging
in interface INestedGuiEventHandler
public void setFocused(@Nullable IGuiEventListener p_setFocused_1_)
setFocused
in interface INestedGuiEventHandler
@Nullable public IGuiEventListener getFocused()
getFocused
in interface INestedGuiEventHandler