Package net.minecraft.client.gui
Class AbstractParentElement
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
- All Implemented Interfaces:
Element,ParentElement
- Direct Known Subclasses:
EntryListWidget,Screen
@Environment(CLIENT) public abstract class AbstractParentElement extends DrawableHelper implements ParentElement
-
Field Summary
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors Constructor Description AbstractParentElement() -
Method Summary
Modifier and Type Method Description ElementgetFocused()booleanisDragging()voidsetDragging(boolean dragging)voidsetFocused(Element focused)Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
isMouseOver, mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, children, focusOn, hoveredElement, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
focused
-
dragging
private boolean dragging
-
-
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
-