Interface ToggleConsumer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used by the
ToggleGUIButton-
Method Summary
-
Method Details
-
apply
Executed when the button is toggled- Parameters:
clickData- The clickData of the eventtoggled- Whether the button is now toggled
-