Interface AnvilGUI.ResponseAction

All Superinterfaces:
BiConsumer<AnvilGUI,org.bukkit.entity.Player>
Enclosing class:
AnvilGUI
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 AnvilGUI.ResponseAction extends BiConsumer<AnvilGUI,org.bukkit.entity.Player>
An action to run in response to a player clicking the output slot in the GUI. This interface is public and permits you, the developer, to add additional response features easily to your custom AnvilGUIs.