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 IOConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(Vector2d position, org.bukkit.inventory.ItemStack itemStack)
    Executed when an item in the pane changes
  • Method Details

    • apply

      void apply(Vector2d position, org.bukkit.inventory.ItemStack itemStack)
      Executed when an item in the pane changes
      Parameters:
      position - The position of the item
      itemStack - The current ItemStack after change