Package fr.maxlego08.zauctionhouse.api
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 TypeMethodDescriptionGets 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
onCommandMethods 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, setNaggableMethods inherited from interface org.bukkit.command.TabCompleter
onTabComplete
-
Method Details
-
getInventories
InventoryManager getInventories()Gets the inventory manager responsible for handling auction inventories.- Returns:
- the
InventoryManagerinstance.
-
getInventoryManager
VInventoryManager getInventoryManager()Gets the virtual inventory manager responsible for handling virtual inventories in the auction system.- Returns:
- the
VInventoryManagerinstance.
-