Interface Canvas.CloseInventory

Enclosing class:
Canvas
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 Canvas.CloseInventory
A close inventory. This is called when a player closes the inventory.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onClose(@NotNull org.bukkit.entity.Player target, @NotNull org.bukkit.event.inventory.InventoryCloseEvent event, @NotNull Canvas it)
     
  • Method Details

    • onClose

      void onClose(@NotNull @NotNull org.bukkit.entity.Player target, @NotNull @NotNull org.bukkit.event.inventory.InventoryCloseEvent event, @NotNull @NotNull Canvas it)