public abstract static class AbstractOptionList.Entry<E extends AbstractOptionList.Entry<E>> extends AbstractList.AbstractListEntry<E> implements INestedGuiEventHandler
Modifier and Type | Field and Description |
---|---|
private IGuiEventListener |
field_214380_a |
private boolean |
field_214381_b |
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_212932_b, getEventListenerForPos, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocusedDefault
isMouseOver, mouseMoved
@Nullable private IGuiEventListener field_214380_a
private boolean field_214381_b
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