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.
A functional interface for widget relocation callback.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonMove(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
-