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, renderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, charTyped, children, func_212932_b, getEventListenerForPos, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocusedDefaultisMouseOver, mouseMoved@Nullable private IGuiEventListener field_214380_a
private boolean field_214381_b
public boolean isDragging()
isDragging in interface INestedGuiEventHandlerpublic void setDragging(boolean p_setDragging_1_)
setDragging in interface INestedGuiEventHandlerpublic void setFocused(@Nullable
IGuiEventListener p_setFocused_1_)
setFocused in interface INestedGuiEventHandler@Nullable public IGuiEventListener getFocused()
getFocused in interface INestedGuiEventHandler