Package net.minecraft.client.gui
Class FocusableGui
java.lang.Object
net.minecraft.client.gui.AbstractGui
net.minecraft.client.gui.FocusableGui
- All Implemented Interfaces:
IGuiEventListener,INestedGuiEventHandler
- Direct Known Subclasses:
AbstractList,Screen,ScrollPanel
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanfinal voidsetDragging(boolean p_231037_1_) voidsetFocused(IGuiEventListener p_231035_1_) Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.IGuiEventListener
isMouseOver, mouseMovedMethods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, children, getChildAt, keyPressed, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
focused
-
isDragging
private boolean isDragging
-
-
Constructor Details
-
FocusableGui
public FocusableGui()
-
-
Method Details
-
isDragging
public final boolean isDragging()- Specified by:
isDraggingin interfaceINestedGuiEventHandler
-
setDragging
public final void setDragging(boolean p_231037_1_) - Specified by:
setDraggingin interfaceINestedGuiEventHandler
-
getFocused
- Specified by:
getFocusedin interfaceINestedGuiEventHandler
-
setFocused
- Specified by:
setFocusedin interfaceINestedGuiEventHandler
-