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

H

has(OfflinePlayer, double) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
has(OfflinePlayer, String, double) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
has(String, double) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use Economy.has(OfflinePlayer, double) instead. 从VaultAPI 1.4 开始使用 Economy.has(OfflinePlayer, double) 方法代替。
has(OfflinePlayer, double) - Method in interface net.milkbowl.vault.economy.Economy
Checks if the player account has the amount - DO NOT USE NEGATIVE AMOUNTS 检测玩家账户里是否有这个数值的金钱 - 请勿使用复数的金钱数值
has(String, String, double) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use @{link Economy.has(OfflinePlayer, String, double) instead. 开始VaultAPI 1.4开始使用 Economy.has(OfflinePlayer, String, double) 作为代替。
has(OfflinePlayer, String, double) - Method in interface net.milkbowl.vault.economy.Economy
Checks if the player account has the amount in a given world - DO NOT USE NEGATIVE AMOUNTS IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
has(String, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
As of VaultAPI 1.4 use playerHas(String, OfflinePlayer, String) instead. 从VaultAPI 1.4开始使用playerHas(String, OfflinePlayer, String)替代
has(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
As of VaultAPI 1.4 use playerHas(String, OfflinePlayer, String) instead. 从VaultAPI 1.4开始使用playerHas(String, OfflinePlayer, String)替代
has(CommandSender, String) - Method in class net.milkbowl.vault.permission.Permission
Checks if a CommandSender has a permission node.
has(Player, String) - Method in class net.milkbowl.vault.permission.Permission
Checks if player has a permission node.
hasAccount(OfflinePlayer) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
hasAccount(OfflinePlayer, String) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
hasAccount(String) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use Economy.hasAccount(OfflinePlayer) instead. 从VaultAPI 1.4开始使用 Economy.hasAccount(OfflinePlayer) 方法作为代替。
hasAccount(OfflinePlayer) - Method in interface net.milkbowl.vault.economy.Economy
Checks if this player has an account on the server yet This will always return true if the player has joined the server at least once as all major economy plugins auto-generate a player account when the player joins the server 检测玩家是否在服务器上已经有一个账户 因为所有主要的经济插件会在玩家加入服务器时自动生成一个玩家账户,这个方法在玩家至少加入服务器一次的情况下总是返回真
hasAccount(String, String) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use Economy.hasAccount(OfflinePlayer, String) instead. 从VaultAPI 1.4开始使用 Economy.hasAccount(OfflinePlayer, String) 方法作为代替。
hasAccount(OfflinePlayer, String) - Method in interface net.milkbowl.vault.economy.Economy
Checks if this player has an account on the server yet on the given world This will always return true if the player has joined the server at least once as all major economy plugins auto-generate a player account when the player joins the server 检测玩家在指定世界是否有一个账号 因为所有主要的经济插件会在玩家加入服务器时自动生成一个玩家账户,这个方法在玩家至少加入服务器一次的情况下总是返回真
hasBankSupport() - Method in interface net.milkbowl.vault.economy.Economy
Returns true if the given implementation supports banks.
hasGroupSupport() - Method in class net.milkbowl.vault.permission.Permission
Returns true if the given implementation supports groups.
hashCode() - Method in class net.milkbowl.vault.item.ItemInfo
 
hasSuperPermsCompat() - Method in class net.milkbowl.vault.permission.Permission
Returns if the permission system is or attempts to be compatible with super-perms.
A B C D E F G H I J M N P S T V W 
Skip navigation links