Class GlobalInventoryListener

java.lang.Object
com.burchard36.api.inventory.GlobalInventoryListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class GlobalInventoryListener extends Object implements org.bukkit.event.Listener
The Listener for all PluginInventory's
  • Constructor Details

    • GlobalInventoryListener

      public GlobalInventoryListener(org.bukkit.plugin.java.JavaPlugin pluginInstance)
      Creates a new instance for inventory events the PluginInventory's use You should not be initializing this, the API already does this
      Parameters:
      pluginInstance - Instance of the running JavaPlugin
  • Method Details