Interface WildfireButton.PressAction
- All Superinterfaces:
net.minecraft.client.gui.components.Button.OnPress
- Enclosing class:
WildfireButton
- 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 WildfireButton.PressAction
extends net.minecraft.client.gui.components.Button.OnPress
-
Method Summary
Modifier and TypeMethodDescriptionvoidonPress(WildfireButton button) default voidonPress(net.minecraft.client.gui.components.Button button)
-
Method Details
-
onPress
default void onPress(net.minecraft.client.gui.components.Button button) - Specified by:
onPressin interfacenet.minecraft.client.gui.components.Button.OnPress
-
onPress
-