Class NoEconomy

java.lang.Object
studio.magemonkey.genesis.misc.NoEconomy
All Implemented Interfaces:
net.milkbowl.vault.economy.Economy

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

    • NoEconomy

      public NoEconomy()
  • Method Details

    • bankBalance

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

      public net.milkbowl.vault.economy.EconomyResponse bankDeposit(String arg0, double arg1)
      Specified by:
      bankDeposit in interface net.milkbowl.vault.economy.Economy
    • bankHas

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

      public net.milkbowl.vault.economy.EconomyResponse bankWithdraw(String arg0, double arg1)
      Specified by:
      bankWithdraw in interface net.milkbowl.vault.economy.Economy
    • createBank

      public net.milkbowl.vault.economy.EconomyResponse createBank(String arg0, String arg1)
      Specified by:
      createBank in interface net.milkbowl.vault.economy.Economy
    • createBank

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

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

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

      public boolean createPlayerAccount(String arg0, String arg1)
      Specified by:
      createPlayerAccount in interface net.milkbowl.vault.economy.Economy
    • createPlayerAccount

      public boolean createPlayerAccount(org.bukkit.OfflinePlayer offlinePlayer, String s)
      Specified by:
      createPlayerAccount 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
    • deleteBank

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

      public net.milkbowl.vault.economy.EconomyResponse depositPlayer(String arg0, double arg1)
      Specified by:
      depositPlayer in interface net.milkbowl.vault.economy.Economy
    • 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 arg0, String arg1, double arg2)
      Specified by:
      depositPlayer in interface net.milkbowl.vault.economy.Economy
    • 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
    • format

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

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

      public double getBalance(String arg0)
      Specified by:
      getBalance in interface net.milkbowl.vault.economy.Economy
    • getBalance

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

      public double getBalance(String arg0, String arg1)
      Specified by:
      getBalance in interface net.milkbowl.vault.economy.Economy
    • getBalance

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

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

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

      public boolean has(String arg0, double arg1)
      Specified by:
      has in interface net.milkbowl.vault.economy.Economy
    • 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 arg0, String arg1, double arg2)
      Specified by:
      has in interface net.milkbowl.vault.economy.Economy
    • has

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

      public boolean hasAccount(String arg0)
      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 arg0, String arg1)
      Specified by:
      hasAccount in interface net.milkbowl.vault.economy.Economy
    • hasAccount

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

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

      public net.milkbowl.vault.economy.EconomyResponse isBankMember(String arg0, String arg1)
      Specified by:
      isBankMember in interface net.milkbowl.vault.economy.Economy
    • isBankMember

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

      public net.milkbowl.vault.economy.EconomyResponse isBankOwner(String arg0, String arg1)
      Specified by:
      isBankOwner in interface net.milkbowl.vault.economy.Economy
    • isBankOwner

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

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

      public net.milkbowl.vault.economy.EconomyResponse withdrawPlayer(String arg0, double arg1)
      Specified by:
      withdrawPlayer in interface net.milkbowl.vault.economy.Economy
    • 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 arg0, String arg1, double arg2)
      Specified by:
      withdrawPlayer in interface net.milkbowl.vault.economy.Economy
    • 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