net.minecraft.client.gui.components.events

public interface ContainerEventHandler

extends GuiEventListener

fqq
net.minecraft.client.gui.components.events.ContainerEventHandler
net.minecraft.class_4069
net.minecraft.client.gui.ParentElement

Method summary

Modifier and TypeMethod
List<? extends GuiEventListener>
aH_()
children()
method_25396()
children()
default Optional<GuiEventListener>
d(double arg0, double arg1)
getChildAt(double arg0, double arg1)
method_19355(double arg0, double arg1)
hoveredElement(double mouseX, double mouseY)
default boolean
a(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
method_25402(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
default boolean
b(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
method_25406(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
default boolean
a(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
method_25403(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
boolean
aK_()
isDragging()
method_25397()
isDragging()
void
b_(boolean arg0)
setDragging(boolean arg0)
method_25398(boolean arg0)
setDragging(boolean dragging)
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 arg0, double arg1, double arg2, double arg3)
default boolean
a(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
method_25404(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
default boolean
c(int arg0, int arg1, int arg2)
keyReleased(int arg0, int arg1, int arg2)
method_16803(int arg0, int arg1, int arg2)
keyReleased(int arg0, int arg1, int arg2)
default boolean
a(char arg0, int arg1)
charTyped(char arg0, int arg1)
method_25400(char arg0, int arg1)
charTyped(char arg0, int arg1)
GuiEventListener
aL_()
getFocused()
method_25399()
getFocused()
void
a(fqr arg0)
setFocused(GuiEventListener arg0)
method_25395(class_364 arg0)
setFocused(Element focused)
default void
a(boolean arg0)
setFocused(boolean arg0)
method_25365(boolean arg0)
setFocused(boolean arg0)
default boolean
aM_()
isFocused()
method_25370()
isFocused()
default ComponentPath
aN_()
getCurrentFocusPath()
method_48218()
getFocusedPath()
default ComponentPath
a(fsx arg0)
nextFocusPath(FocusNavigationEvent arg0)
method_48205(class_8023 arg0)
getNavigationPath(GuiNavigation arg0)
private ComponentPath
a(fsx$c arg0)
handleTabNavigation(FocusNavigationEvent$TabNavigation arg0)
method_48215(class_8023$class_8026 arg0)
computeNavigationPath(GuiNavigation$Tab navigation)
private ComponentPath
a(fsx$a arg0)
handleArrowNavigation(FocusNavigationEvent$ArrowNavigation arg0)
method_48214(class_8023$class_8024 arg0)
computeNavigationPath(GuiNavigation$Arrow navigation)
private ComponentPath
a(ftb arg0, fsz arg1, fqr arg2, fsx arg3)
nextFocusPathInDirection(ScreenRectangle arg0, ScreenDirection arg1, GuiEventListener arg2, FocusNavigationEvent arg3)
method_48217(class_8030 arg0, class_8028 arg1, class_364 arg2, class_8023 arg3)
computeChildPath(ScreenRect focus, NavigationDirection direction, Element focused, GuiNavigation navigation)
private ComponentPath
b(ftb arg0, fsz arg1, fqr arg2, fsx arg3)
nextFocusPathVaguelyInDirection(ScreenRectangle arg0, ScreenDirection arg1, GuiEventListener arg2, FocusNavigationEvent arg3)
method_48220(class_8030 arg0, class_8028 arg1, class_364 arg2, class_8023 arg3)
computeInitialChildPath(ScreenRect focus, NavigationDirection direction, Element focused, GuiNavigation navigation)