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
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
final void
setDragging
(boolean p_231037_1_) void
setFocused
(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, vLine
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
isMouseOver, mouseMoved
Methods 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:
isDragging
in interfaceINestedGuiEventHandler
-
setDragging
public final void setDragging(boolean p_231037_1_) - Specified by:
setDragging
in interfaceINestedGuiEventHandler
-
getFocused
- Specified by:
getFocused
in interfaceINestedGuiEventHandler
-
setFocused
- Specified by:
setFocused
in interfaceINestedGuiEventHandler
-