Class AbstractParentElement
java.lang.Object
net.minecraft.src.Gui
emi.shims.java.net.minecraft.client.gui.AbstractParentElement
- All Implemented Interfaces:
Element,ParentElement
- Direct Known Subclasses:
ListWidget,ListWidget.Entry
-
Field Summary
Fields inherited from class net.minecraft.src.Gui
icons, optionsBackground, statIcons, zLevel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Elementfinal booleanfinal voidsetDragging(boolean dragging) voidsetFocused(@Nullable Element focused) Methods inherited from class net.minecraft.src.Gui
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface emi.shims.java.net.minecraft.client.gui.Element
isMouseOver, mouseMovedMethods inherited from interface emi.shims.java.net.minecraft.client.gui.ParentElement
charTyped, children, focusOn, hoveredElement, isFocused, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Constructor Details
-
AbstractParentElement
public AbstractParentElement()
-
-
Method Details
-
isDragging
public final boolean isDragging()- Specified by:
isDraggingin interfaceParentElement
-
setDragging
public final void setDragging(boolean dragging) - Specified by:
setDraggingin interfaceParentElement
-
getFocused
- Specified by:
getFocusedin interfaceParentElement
-
setFocused
- Specified by:
setFocusedin interfaceParentElement
-