Interface CycleConsumer<E extends CycleEnum>
- Type Parameters:
E- The type of the enum
- 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
CycleGUIButton-
Method Summary
-
Method Details
-
apply
Executed when the button is cycled- Parameters:
clickData- The clickData of the eventvalue- The new enum value
-