Interface INestedGuiEventHandler

    • Method Detail

      • getChildAt

        default java.util.Optional<IGuiEventListener> getChildAt​(double p_212930_1_,
                                                                 double p_212930_3_)
      • mouseClicked

        default boolean mouseClicked​(double p_231044_1_,
                                     double p_231044_3_,
                                     int p_231044_5_)
        Specified by:
        mouseClicked in interface IGuiEventListener
      • mouseReleased

        default boolean mouseReleased​(double p_231048_1_,
                                      double p_231048_3_,
                                      int p_231048_5_)
        Specified by:
        mouseReleased in interface IGuiEventListener
      • mouseDragged

        default boolean mouseDragged​(double p_231045_1_,
                                     double p_231045_3_,
                                     int p_231045_5_,
                                     double p_231045_6_,
                                     double p_231045_8_)
        Specified by:
        mouseDragged in interface IGuiEventListener
      • isDragging

        boolean isDragging()
      • setDragging

        void setDragging​(boolean p_231037_1_)
      • mouseScrolled

        default boolean mouseScrolled​(double p_231043_1_,
                                      double p_231043_3_,
                                      double p_231043_5_)
        Specified by:
        mouseScrolled in interface IGuiEventListener
      • keyPressed

        default boolean keyPressed​(int p_231046_1_,
                                   int p_231046_2_,
                                   int p_231046_3_)
        Specified by:
        keyPressed in interface IGuiEventListener
      • keyReleased

        default boolean keyReleased​(int p_223281_1_,
                                    int p_223281_2_,
                                    int p_223281_3_)
        Specified by:
        keyReleased in interface IGuiEventListener
      • charTyped

        default boolean charTyped​(char p_231042_1_,
                                  int p_231042_2_)
        Specified by:
        charTyped in interface IGuiEventListener
      • setInitialFocus

        default void setInitialFocus​(@Nullable
                                     IGuiEventListener p_212928_1_)
      • magicalSpecialHackyFocus

        default void magicalSpecialHackyFocus​(@Nullable
                                              IGuiEventListener p_212932_1_)