net.minecraft.client.gui.components.events

public interface GuiEventListener

extends TabOrderedElement

gle
net.minecraft.client.gui.components.events.GuiEventListener
net.minecraft.class_364
net.minecraft.client.gui.Element

Method summary

Modifier and TypeMethod
default void
d(double arg0, double arg1)
mouseMoved(double arg0, double arg1)
method_16014(double arg0, double arg1)
mouseMoved(double mouseX, double mouseY)
default boolean
a(gxs arg0, boolean arg1)
mouseClicked(MouseButtonEvent arg0, boolean arg1)
method_25402(class_11909 arg0, boolean arg1)
mouseClicked(Click click, boolean doubled)
default boolean
b(gxs arg0)
mouseReleased(MouseButtonEvent arg0)
method_25406(class_11909 arg0)
mouseReleased(Click click)
default boolean
a(gxs arg0, double arg1, double arg2)
mouseDragged(MouseButtonEvent arg0, double arg1, double arg2)
method_25403(class_11909 arg0, double arg1, double arg2)
mouseDragged(Click click, double offsetX, double offsetY)
default boolean
a(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
method_25401(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double mouseX, double mouseY, double horizontalAmount, double verticalAmount)
default boolean
a(gxr arg0)
keyPressed(KeyEvent arg0)
method_25404(class_11908 arg0)
keyPressed(KeyInput input)
default boolean
b(gxr arg0)
keyReleased(KeyEvent arg0)
method_16803(class_11908 arg0)
keyReleased(KeyInput input)
default boolean
a(gxo arg0)
charTyped(CharacterEvent arg0)
method_25400(class_11905 arg0)
charTyped(CharInput input)
default ComponentPath
a(goa arg0)
nextFocusPath(FocusNavigationEvent arg0)
method_48205(class_8023 arg0)
getNavigationPath(GuiNavigation navigation)
default boolean
a_(double arg0, double arg1)
isMouseOver(double arg0, double arg1)
method_25405(double arg0, double arg1)
isMouseOver(double mouseX, double mouseY)
void
b(boolean arg0)
setFocused(boolean arg0)
method_25365(boolean arg0)
setFocused(boolean focused)
boolean
aO_()
isFocused()
method_25370()
isFocused()
default boolean
H()
shouldTakeFocusAfterInteraction()
method_72784()
isClickable()
default ComponentPath
aP_()
getCurrentFocusPath()
method_48218()
getFocusedPath()
default ScreenRectangle
aU_()
getRectangle()
method_48202()
getNavigationFocus()
default ScreenRectangle
a_(goc arg0)
getBorderForArrowNavigation(ScreenDirection arg0)
method_65515(class_8028 arg0)
getBorder(NavigationDirection direction)