- getBalance(OfflinePlayer) - Method in class net.milkbowl.vault.economy.AbstractEconomy
-
- getBalance(OfflinePlayer, String) - Method in class net.milkbowl.vault.economy.AbstractEconomy
-
- getBalance(String) - Method in interface net.milkbowl.vault.economy.Economy
-
- getBalance(OfflinePlayer) - Method in interface net.milkbowl.vault.economy.Economy
-
Gets balance of a player
获得一个玩家的账户余额
- getBalance(String, String) - Method in interface net.milkbowl.vault.economy.Economy
-
- getBalance(OfflinePlayer, String) - Method in interface net.milkbowl.vault.economy.Economy
-
Gets balance of a player on the specified world.
- getBanks() - Method in interface net.milkbowl.vault.economy.Economy
-
Gets the list of banks
获取银行列表
- getGroupInfoBoolean(String, String, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
-
Get a groups informational node (Boolean) value
获取一个组的信息节点值(布尔值)
- getGroupInfoBoolean(World, String, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
-
Set a players informational node (Boolean) value
设置一个玩家的信息节点值(布尔值)
- getGroupInfoDouble(String, String, String, double) - Method in class net.milkbowl.vault.chat.Chat
-
Get a groups informational node (Double) value
获取一个组的信息节点值(双浮点数)
- getGroupInfoDouble(World, String, String, double) - Method in class net.milkbowl.vault.chat.Chat
-
Get a groups informational node (Double) value
获取一个组的信息节点值(双浮点数)
- getGroupInfoInteger(String, String, String, int) - Method in class net.milkbowl.vault.chat.Chat
-
Get a groups informational node (Integer) value
获取一个组的信息节点值(整数)
- getGroupInfoInteger(World, String, String, int) - Method in class net.milkbowl.vault.chat.Chat
-
Get a groups informational node (Integer) value
获取一个组的信息节点值(整数)
- getGroupInfoString(String, String, String, String) - Method in class net.milkbowl.vault.chat.Chat
-
Get a groups informational node (String) value
获取组信息节点值(字符串)
- getGroupInfoString(World, String, String, String) - Method in class net.milkbowl.vault.chat.Chat
-
Set a players informational node (String) value
设置玩家的信息节点值(字符串)
- getGroupPrefix(String, String) - Method in class net.milkbowl.vault.chat.Chat
-
Get group prefix
获取组前缀
- getGroupPrefix(World, String) - Method in class net.milkbowl.vault.chat.Chat
-
Get group prefix
获取组前缀
- getGroups() - Method in class net.milkbowl.vault.chat.Chat
-
Returns a list of all known groups
返回所有存在组列表
- getGroups() - Method in class net.milkbowl.vault.permission.Permission
-
Returns a list of all known groups
返回所有已知组的列表
- getGroupSuffix(String, String) - Method in class net.milkbowl.vault.chat.Chat
-
Get group suffix
获取组后缀
- getGroupSuffix(World, String) - Method in class net.milkbowl.vault.chat.Chat
-
Get group suffix
获取组后缀
- getId() - Method in class net.milkbowl.vault.item.ItemInfo
-
Deprecated.
- getItemList() - Static method in class net.milkbowl.vault.item.Items
-
Returns the list of ItemInfo's registered in Vault as an UnmodifiableList.
- getName() - Method in class net.milkbowl.vault.chat.Chat
-
Gets name of permission method
获取权限方法名
- getName() - Method in interface net.milkbowl.vault.economy.Economy
-
Gets name of economy method
获取经济(economy)方法的名称
- getName() - Method in class net.milkbowl.vault.item.ItemInfo
-
- getName() - Method in class net.milkbowl.vault.permission.Permission
-
Gets name of permission method
获得权限方法名
- getPlayerGroups(String, OfflinePlayer) - Method in class net.milkbowl.vault.chat.Chat
-
Gets the list of groups that this player has
获取一个玩家所在组的列表
- getPlayerGroups(String, String) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerGroups(World, String) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerGroups(Player) - Method in class net.milkbowl.vault.chat.Chat
-
Gets the list of groups that this player has
获取一个玩家所在组的列表
- getPlayerGroups(String, String) - Method in class net.milkbowl.vault.permission.Permission
-
- getPlayerGroups(World, String) - Method in class net.milkbowl.vault.permission.Permission
-
- getPlayerGroups(String, OfflinePlayer) - Method in class net.milkbowl.vault.permission.Permission
-
Gets the list of groups that this player has
Supports NULL value for World if the permission system registered supports global permissions.
- getPlayerGroups(Player) - Method in class net.milkbowl.vault.permission.Permission
-
Returns a list of world-specific groups that this player is currently in.
- getPlayerInfoBoolean(String, OfflinePlayer, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
-
Get a players informational node (Boolean) value
获取一个玩家的信息节点值(布尔值)
- getPlayerInfoBoolean(String, String, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerInfoBoolean(World, String, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerInfoBoolean(Player, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
-
Get a players informational node (Boolean) value
获取一个玩家的信息节点值(布尔值)
- getPlayerInfoDouble(String, OfflinePlayer, String, double) - Method in class net.milkbowl.vault.chat.Chat
-
Get a players informational node (Double) value
获取一个玩家的信息节点值(双浮点数)
- getPlayerInfoDouble(String, String, String, double) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerInfoDouble(World, String, String, double) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerInfoDouble(Player, String, double) - Method in class net.milkbowl.vault.chat.Chat
-
Get a players informational node (Double) value
获取一个玩家的信息节点值(双浮点数)
- getPlayerInfoInteger(String, OfflinePlayer, String, int) - Method in class net.milkbowl.vault.chat.Chat
-
Get a players informational node (Integer) value
获取一个玩家的信息节点值(整数)
- getPlayerInfoInteger(String, String, String, int) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerInfoInteger(World, String, String, int) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerInfoInteger(Player, String, int) - Method in class net.milkbowl.vault.chat.Chat
-
Get a players informational node (Integer) value
获取一个玩家的信息节点值(整数)
- getPlayerInfoString(String, OfflinePlayer, String, String) - Method in class net.milkbowl.vault.chat.Chat
-
Get a players informational node (String) value
获取玩家信息节点值(字符串)
- getPlayerInfoString(String, String, String, String) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerInfoString(World, String, String, String) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerInfoString(Player, String, String) - Method in class net.milkbowl.vault.chat.Chat
-
Get a players informational node (String) value
获取玩家信息节点值(字符串)
- getPlayerPrefix(String, String) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerPrefix(String, OfflinePlayer) - Method in class net.milkbowl.vault.chat.Chat
-
Get a players prefix in the given world
获得玩家在给定世界的前缀
Use NULL for world if requesting a global prefix
如果要获取全局前缀则将world设为null即可.
- getPlayerPrefix(World, String) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerPrefix(Player) - Method in class net.milkbowl.vault.chat.Chat
-
Get players prefix from the world they are currently in.
- getPlayerSuffix(String, String) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerSuffix(String, OfflinePlayer) - Method in class net.milkbowl.vault.chat.Chat
-
Get players suffix in the specified world.
- getPlayerSuffix(World, String) - Method in class net.milkbowl.vault.chat.Chat
-
- getPlayerSuffix(Player) - Method in class net.milkbowl.vault.chat.Chat
-
Get players suffix in the world they are currently in.
- getPrimaryGroup(String, OfflinePlayer) - Method in class net.milkbowl.vault.chat.Chat
-
Gets players primary group
获取玩家的主组
- getPrimaryGroup(String, String) - Method in class net.milkbowl.vault.chat.Chat
-
- getPrimaryGroup(World, String) - Method in class net.milkbowl.vault.chat.Chat
-
- getPrimaryGroup(Player) - Method in class net.milkbowl.vault.chat.Chat
-
Get players primary group
获取玩家的主组
- getPrimaryGroup(String, String) - Method in class net.milkbowl.vault.permission.Permission
-
- getPrimaryGroup(World, String) - Method in class net.milkbowl.vault.permission.Permission
-
- getPrimaryGroup(String, OfflinePlayer) - Method in class net.milkbowl.vault.permission.Permission
-
Gets players primary group
Supports NULL value for World if the permission system registered supports global permissions.
- getPrimaryGroup(Player) - Method in class net.milkbowl.vault.permission.Permission
-
Get players primary group.
- getStackSize() - Method in class net.milkbowl.vault.item.ItemInfo
-
- getSubTypeId() - Method in class net.milkbowl.vault.item.ItemInfo
-
- getType() - Method in class net.milkbowl.vault.item.ItemInfo
-
- groupAdd(String, String, String) - Method in class net.milkbowl.vault.permission.Permission
-
Add permission to a group.
- groupAdd(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
-
Add permission to a group.
- groupHas(String, String, String) - Method in class net.milkbowl.vault.permission.Permission
-
Checks if group has a permission node.
- groupHas(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
-
Checks if group has a permission node.
- groupRemove(String, String, String) - Method in class net.milkbowl.vault.permission.Permission
-
Remove permission from a group.
- groupRemove(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
-
Remove permission from a group.