Interface AuthButtonWidget.MoveAction

Enclosing class:
AuthButtonWidget
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AuthButtonWidget.MoveAction
A functional interface for widget relocation callback.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMove(net.minecraft.client.gui.components.Button button)
    Callback for when the widget has been dragged elsewhere.
  • Method Details

    • onMove

      void onMove(net.minecraft.client.gui.components.Button button)
      Callback for when the widget has been dragged elsewhere.
      Parameters:
      button - button that was moved