Interface DynamicKeybindActionHandler
public interface DynamicKeybindActionHandler
Functional interface for handling keybind actions.
Invoked when a keybind with an associated action is pressed.
-
Method Summary
-
Method Details
-
onAction
Called when a keybind with this action is pressed.- Parameters:
actionID- the ID of the action being triggereddata- the NBT data associated with this keybind instance
-