- 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
-
- 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
-
- 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
-
- has(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
-
- 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
-
- 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
-
- 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.