Class VaultEconomyImpl

java.lang.Object
com.zetaplugins.essentialz.features.economy.VaultEconomyImpl
All Implemented Interfaces:
net.milkbowl.vault.economy.Economy

public class VaultEconomyImpl extends Object implements net.milkbowl.vault.economy.Economy
  • Constructor Details

    • VaultEconomyImpl

      public VaultEconomyImpl()
  • Method Details

    • init

      public void init()
    • isEnabled

      public boolean isEnabled()
      Specified by:
      isEnabled in interface net.milkbowl.vault.economy.Economy
    • getName

      public String getName()
      Specified by:
      getName in interface net.milkbowl.vault.economy.Economy
    • hasBankSupport

      public boolean hasBankSupport()
      Specified by:
      hasBankSupport in interface net.milkbowl.vault.economy.Economy
    • fractionalDigits

      public int fractionalDigits()
      Specified by:
      fractionalDigits in interface net.milkbowl.vault.economy.Economy
    • format

      public String format(double v)
      Specified by:
      format in interface net.milkbowl.vault.economy.Economy
    • currencyNamePlural

      public String currencyNamePlural()
      Specified by:
      currencyNamePlural in interface net.milkbowl.vault.economy.Economy
    • currencyNameSingular

      public String currencyNameSingular()
      Specified by:
      currencyNameSingular in interface net.milkbowl.vault.economy.Economy
    • hasAccount

      public boolean hasAccount(String s)
      Specified by:
      hasAccount in interface net.milkbowl.vault.economy.Economy
    • hasAccount

      public boolean hasAccount(org.bukkit.OfflinePlayer offlinePlayer)
      Specified by:
      hasAccount in interface net.milkbowl.vault.economy.Economy
    • hasAccount

      public boolean hasAccount(String s, String s1)
      Deprecated.
      Specified by:
      hasAccount in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      s1 -
    • hasAccount

      public boolean hasAccount(org.bukkit.OfflinePlayer offlinePlayer, String s)
      Specified by:
      hasAccount in interface net.milkbowl.vault.economy.Economy
    • getBalance

      public double getBalance(String s)
      Deprecated.
      Specified by:
      getBalance in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
    • getBalance

      public double getBalance(org.bukkit.OfflinePlayer offlinePlayer)
      Specified by:
      getBalance in interface net.milkbowl.vault.economy.Economy
    • getBalance

      public double getBalance(String s, String s1)
      Deprecated.
      Specified by:
      getBalance in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      s1 -
    • getBalance

      public double getBalance(org.bukkit.OfflinePlayer offlinePlayer, String s)
      Specified by:
      getBalance in interface net.milkbowl.vault.economy.Economy
    • has

      public boolean has(String s, double v)
      Deprecated.
      Specified by:
      has in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      v -
    • has

      public boolean has(org.bukkit.OfflinePlayer offlinePlayer, double v)
      Specified by:
      has in interface net.milkbowl.vault.economy.Economy
    • has

      public boolean has(String s, String s1, double v)
      Deprecated.
      Specified by:
      has in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      s1 -
      v -
    • has

      public boolean has(org.bukkit.OfflinePlayer offlinePlayer, String s, double v)
      Specified by:
      has in interface net.milkbowl.vault.economy.Economy
    • withdrawPlayer

      public net.milkbowl.vault.economy.EconomyResponse withdrawPlayer(String s, double v)
      Deprecated.
      Specified by:
      withdrawPlayer in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      v -
    • withdrawPlayer

      public net.milkbowl.vault.economy.EconomyResponse withdrawPlayer(org.bukkit.OfflinePlayer offlinePlayer, double v)
      Specified by:
      withdrawPlayer in interface net.milkbowl.vault.economy.Economy
    • withdrawPlayer

      public net.milkbowl.vault.economy.EconomyResponse withdrawPlayer(String s, String s1, double v)
      Deprecated.
      Specified by:
      withdrawPlayer in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      s1 -
      v -
    • withdrawPlayer

      public net.milkbowl.vault.economy.EconomyResponse withdrawPlayer(org.bukkit.OfflinePlayer offlinePlayer, String s, double v)
      Specified by:
      withdrawPlayer in interface net.milkbowl.vault.economy.Economy
    • depositPlayer

      public net.milkbowl.vault.economy.EconomyResponse depositPlayer(String s, double v)
      Deprecated.
      Specified by:
      depositPlayer in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      v -
    • depositPlayer

      public net.milkbowl.vault.economy.EconomyResponse depositPlayer(org.bukkit.OfflinePlayer offlinePlayer, double v)
      Specified by:
      depositPlayer in interface net.milkbowl.vault.economy.Economy
    • depositPlayer

      public net.milkbowl.vault.economy.EconomyResponse depositPlayer(String s, String s1, double v)
      Deprecated.
      Specified by:
      depositPlayer in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      s1 -
      v -
    • depositPlayer

      public net.milkbowl.vault.economy.EconomyResponse depositPlayer(org.bukkit.OfflinePlayer offlinePlayer, String s, double v)
      Specified by:
      depositPlayer in interface net.milkbowl.vault.economy.Economy
    • createBank

      public net.milkbowl.vault.economy.EconomyResponse createBank(String s, String s1)
      Deprecated.
      Specified by:
      createBank in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      s1 -
    • createBank

      public net.milkbowl.vault.economy.EconomyResponse createBank(String s, org.bukkit.OfflinePlayer offlinePlayer)
      Specified by:
      createBank in interface net.milkbowl.vault.economy.Economy
    • deleteBank

      public net.milkbowl.vault.economy.EconomyResponse deleteBank(String s)
      Specified by:
      deleteBank in interface net.milkbowl.vault.economy.Economy
    • bankBalance

      public net.milkbowl.vault.economy.EconomyResponse bankBalance(String s)
      Specified by:
      bankBalance in interface net.milkbowl.vault.economy.Economy
    • bankHas

      public net.milkbowl.vault.economy.EconomyResponse bankHas(String s, double v)
      Specified by:
      bankHas in interface net.milkbowl.vault.economy.Economy
    • bankWithdraw

      public net.milkbowl.vault.economy.EconomyResponse bankWithdraw(String s, double v)
      Specified by:
      bankWithdraw in interface net.milkbowl.vault.economy.Economy
    • bankDeposit

      public net.milkbowl.vault.economy.EconomyResponse bankDeposit(String s, double v)
      Specified by:
      bankDeposit in interface net.milkbowl.vault.economy.Economy
    • isBankOwner

      public net.milkbowl.vault.economy.EconomyResponse isBankOwner(String s, String s1)
      Deprecated.
      Specified by:
      isBankOwner in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      s1 -
    • isBankOwner

      public net.milkbowl.vault.economy.EconomyResponse isBankOwner(String s, org.bukkit.OfflinePlayer offlinePlayer)
      Specified by:
      isBankOwner in interface net.milkbowl.vault.economy.Economy
    • isBankMember

      public net.milkbowl.vault.economy.EconomyResponse isBankMember(String s, String s1)
      Deprecated.
      Specified by:
      isBankMember in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      s1 -
    • isBankMember

      public net.milkbowl.vault.economy.EconomyResponse isBankMember(String s, org.bukkit.OfflinePlayer offlinePlayer)
      Specified by:
      isBankMember in interface net.milkbowl.vault.economy.Economy
    • getBanks

      public List<String> getBanks()
      Specified by:
      getBanks in interface net.milkbowl.vault.economy.Economy
    • createPlayerAccount

      public boolean createPlayerAccount(String s)
      Deprecated.
      Specified by:
      createPlayerAccount in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
    • createPlayerAccount

      public boolean createPlayerAccount(org.bukkit.OfflinePlayer offlinePlayer)
      Specified by:
      createPlayerAccount in interface net.milkbowl.vault.economy.Economy
    • createPlayerAccount

      public boolean createPlayerAccount(String s, String s1)
      Deprecated.
      Specified by:
      createPlayerAccount in interface net.milkbowl.vault.economy.Economy
      Parameters:
      s -
      s1 -
    • createPlayerAccount

      public boolean createPlayerAccount(org.bukkit.OfflinePlayer offlinePlayer, String s)
      Specified by:
      createPlayerAccount in interface net.milkbowl.vault.economy.Economy