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

G

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
Deprecated.
As of VaultAPI 1.4 use Economy.getBalance(OfflinePlayer) instead. 从VaultAPI 1.4 开始使用 Economy.getBalance(OfflinePlayer) 方法作为代替。
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
Deprecated.
As of VaultAPI 1.4 use Economy.getBalance(OfflinePlayer, String) instead. 从VaultAPI 1.4开始使用 Economy.getBalance(OfflinePlayer, String) 方法作为代替。
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
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerGroups(String, OfflinePlayer) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerGroups(String, OfflinePlayer) 替代 Gets the list of groups that this player has 获取一个玩家所在组的列表
getPlayerGroups(World, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerGroups(String, OfflinePlayer) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerGroups(String, OfflinePlayer) 替代 Gets the list of groups that this player has 获取一个玩家所在组的列表
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
Deprecated.
As of VaultAPI 1.4 use getPlayerGroups(String, OfflinePlayer) instead. 从VaultAPI 1.4开始使用getPlayerGroups(String, OfflinePlayer)替代
getPlayerGroups(World, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
As of VaultAPI 1.4 use getPlayerGroups(String, OfflinePlayer) instead. 从VaultAPI 1.4开始使用getPlayerGroups(String, OfflinePlayer)替代
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
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerInfoBoolean(String, OfflinePlayer, String, boolean) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerInfoBoolean(String, OfflinePlayer, String, boolean) 替代 Get a players informational node (Boolean) value 获取一个玩家的信息节点值(布尔值)
getPlayerInfoBoolean(World, String, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerInfoBoolean(String, OfflinePlayer, String, boolean) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerInfoBoolean(String, OfflinePlayer, String, boolean) 替代. Get a players informational node (Boolean) value 获取一个玩家的信息节点值(布尔值)
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
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerInfoDouble(String, OfflinePlayer, String, double) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerInfoDouble(String, OfflinePlayer, String, double) 替代. Get a players informational node (Double) value 获取一个玩家的信息节点值(双浮点数)
getPlayerInfoDouble(World, String, String, double) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerInfoDouble(String, OfflinePlayer, String, double) instead 从 VaultAPI 1.4 起使用 {Chat.getPlayerInfoDouble(String, OfflinePlayer, String, double) 替代. Get a players informational node (Double) value 获取一个玩家的信息节点值(双浮点数)
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
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerInfoInteger(String, OfflinePlayer, String, int) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerInfoInteger(String, OfflinePlayer, String, int) 替代 Get a players informational node (Integer) value 获取一个玩家的信息节点值(整数)
getPlayerInfoInteger(World, String, String, int) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerInfoInteger(String, OfflinePlayer, String, int) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerInfoInteger(String, OfflinePlayer, String, int) 替代 Get a players informational node (Integer) value 获取一个玩家的信息节点值(整数)
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
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerInfoString(String, OfflinePlayer, String, String) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerInfoString(String, OfflinePlayer, String, String) 替代 Get a players informational node (String) value 获取玩家信息节点值(字符串)
getPlayerInfoString(World, String, String, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerInfoString(String, OfflinePlayer, String, String) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerInfoString(String, OfflinePlayer, String, String) 替代 Get a players informational node (String) value 获取玩家信息节点值(字符串)
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
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerPrefix(String, OfflinePlayer) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerPrefix(String, OfflinePlayer) 来代替. Get players prefix 获得玩家的前缀
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
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerPrefix(String, OfflinePlayer) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerPrefix(String, OfflinePlayer) 替代. Get players prefix 获取玩家前缀
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
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerSuffix(String, OfflinePlayer) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerSuffix(String, OfflinePlayer) 替代. Get players suffix 获取玩家后缀
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
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerSuffix(String, OfflinePlayer) instead. 从 VaultAPI 1.4 起使用 {Chat.getPlayerSuffix(String, OfflinePlayer) 代替. Get players suffix 获取玩家后缀
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
Deprecated.
As of VaultAPI 1.4 use {Chat.getPrimaryGroup(String, OfflinePlayer) instead. 从 VaultAPI 1.4 起使用 {Chat.getPrimaryGroup(String, OfflinePlayer) 替代 Gets players primary group 获取玩家的主组
getPrimaryGroup(World, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.getPrimaryGroup(String, OfflinePlayer) instead. 从 VaultAPI 1.4 起使用 {Chat.getPrimaryGroup(String, OfflinePlayer) 替代 Gets players primary group 获取玩家的主组
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
Deprecated.
As of VaultAPI 1.4 use getPrimaryGroup(String, OfflinePlayer) instead. 从VaultAPI 1.4后使用getPrimaryGroup(String, OfflinePlayer)替代
getPrimaryGroup(World, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
As of VaultAPI 1.4 use getPrimaryGroup(String, OfflinePlayer) instead. 从VaultAPI 1.4后使用getPrimaryGroup(String, OfflinePlayer)替代
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.
A B C D E F G H I J M N P S T V W 
Skip navigation links