Interface InventoryProvider

All Known Implementing Classes:
MenuInventory

public interface InventoryProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(org.bukkit.entity.Player player, InventoryContents contents)
     
    default void
    update(org.bukkit.entity.Player player, InventoryContents contents)
     
  • Method Details

    • init

      void init(org.bukkit.entity.Player player, InventoryContents contents)
    • update

      default void update(org.bukkit.entity.Player player, InventoryContents contents)