Class VaultHandler

  • All Implemented Interfaces:
    org.bukkit.event.Listener

    public class VaultHandler
    extends java.lang.Object
    implements org.bukkit.event.Listener
    A class we use to interface with Vault when it is present.
    • Constructor Summary

      Constructors 
      Constructor Description
      VaultHandler​(org.bukkit.plugin.Plugin plugin)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.milkbowl.vault.economy.Economy getEconomy()
      Returns the Vault economy system if Vault is present and has an economy system enabled.
      boolean hasEconomy()
      Checks whether Vault is in use and has an economy system enabled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VaultHandler

        public VaultHandler​(org.bukkit.plugin.Plugin plugin)
    • Method Detail

      • hasEconomy

        public boolean hasEconomy()
        Checks whether Vault is in use and has an economy system enabled.
        Returns:
        true if vault is in use and has an economy system enabled.
      • getEconomy

        public net.milkbowl.vault.economy.Economy getEconomy()
        Returns the Vault economy system if Vault is present and has an economy system enabled.
        Returns:
        The vault economy system or null if not configured.