Skip navigation links
A B C D E F G H I J M N P S T V W 

D

deleteBank(String) - Method in interface net.milkbowl.vault.economy.Economy
Deletes a bank account with the specified name.
depositPlayer(OfflinePlayer, double) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
depositPlayer(OfflinePlayer, String, double) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
depositPlayer(String, double) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use Economy.depositPlayer(OfflinePlayer, double) instead. 从 VaultAPI 1.4 开始使用 Economy.depositPlayer(OfflinePlayer, double) 替代
depositPlayer(OfflinePlayer, double) - Method in interface net.milkbowl.vault.economy.Economy
Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS 给一个玩家的账户存入金钱 - 不要使用负数
depositPlayer(String, String, double) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use Economy.depositPlayer(OfflinePlayer, String, double) instead. 从 VaultAPI 1.4 开始使用 Economy.depositPlayer(OfflinePlayer, String, double) 替代
depositPlayer(OfflinePlayer, String, double) - Method in interface net.milkbowl.vault.economy.Economy
Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
A B C D E F G H I J M N P S T V W 
Skip navigation links