Interface ModalAction<T extends org.bukkit.event.Event>

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 interface ModalAction<T extends org.bukkit.event.Event>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(T event)
    Executes the event passed to it
  • Method Details

    • execute

      void execute(T event)
      Executes the event passed to it
      Parameters:
      event - Inventory action