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

C

Chat - Class in net.milkbowl.vault.chat
The main Chat API - allows for Prefix/Suffix nodes along with generic Info nodes if the linked Chat system supports them 聊天系统API - 如果有聊天系统的支持, 则可以使用前缀/后缀节点以及通用信息节点
Chat(Permission) - Constructor for class net.milkbowl.vault.chat.Chat
 
createBank(String, OfflinePlayer) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
createBank(String, String) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use { Economy.createBank(String, OfflinePlayer) instead. 从 VaultAPI 1.4 开始使用 Economy.createBank(String, OfflinePlayer) 替代
createBank(String, OfflinePlayer) - Method in interface net.milkbowl.vault.economy.Economy
Creates a bank account with the specified name and the player as the owner 以指定名称创建一个银行账户并设置玩家为所有者
createPlayerAccount(OfflinePlayer) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
createPlayerAccount(OfflinePlayer, String) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
createPlayerAccount(String) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use { Economy.createPlayerAccount(OfflinePlayer) instead. 从VaultAPI 1.4开始使用 Economy.createPlayerAccount(OfflinePlayer)替代
createPlayerAccount(OfflinePlayer) - Method in interface net.milkbowl.vault.economy.Economy
Attempts to create a player account for the given player 尝试利用给定玩家创建一个玩家账户
createPlayerAccount(String, String) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use { Economy.createPlayerAccount(OfflinePlayer, String) instead. 从VaultAPI 1.4开始使用Economy.createPlayerAccount(OfflinePlayer, String)替代
createPlayerAccount(OfflinePlayer, String) - Method in interface net.milkbowl.vault.economy.Economy
Attempts to create a player account for the given player on the specified world IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
currencyNamePlural() - Method in interface net.milkbowl.vault.economy.Economy
Returns the name of the currency in plural form.
currencyNameSingular() - Method in interface net.milkbowl.vault.economy.Economy
Returns the name of the currency in singular form.
A B C D E F G H I J M N P S T V W 
Skip navigation links