Interface AuctionPlugin

All Superinterfaces:
org.bukkit.command.CommandExecutor, org.bukkit.plugin.Plugin, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor

public interface AuctionPlugin extends org.bukkit.plugin.Plugin
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inventory manager responsible for handling auction inventories.
    Gets the virtual inventory manager responsible for handling virtual inventories in the auction system.

    Methods inherited from interface org.bukkit.command.CommandExecutor

    onCommand

    Methods inherited from interface org.bukkit.plugin.Plugin

    getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getLogger, getName, getPluginLoader, getResource, getServer, isEnabled, isNaggable, onDisable, onEnable, onLoad, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggable

    Methods inherited from interface org.bukkit.command.TabCompleter

    onTabComplete
  • Method Details

    • getInventories

      InventoryManager getInventories()
      Gets the inventory manager responsible for handling auction inventories.
      Returns:
      the InventoryManager instance.
    • getInventoryManager

      VInventoryManager getInventoryManager()
      Gets the virtual inventory manager responsible for handling virtual inventories in the auction system.
      Returns:
      the VInventoryManager instance.