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

A

AbstractEconomy - Class in net.milkbowl.vault.economy
 
AbstractEconomy() - Constructor for class net.milkbowl.vault.economy.AbstractEconomy
 
amount - Variable in class net.milkbowl.vault.economy.EconomyResponse
Amount modified by calling method

B

balance - Variable in class net.milkbowl.vault.economy.EconomyResponse
New balance of account
bankBalance(String) - Method in interface net.milkbowl.vault.economy.Economy
Returns the amount the bank has
bankDeposit(String, double) - Method in interface net.milkbowl.vault.economy.Economy
Deposit an amount into a bank account - DO NOT USE NEGATIVE AMOUNTS
bankHas(String, double) - Method in interface net.milkbowl.vault.economy.Economy
Returns true or false whether the bank has the amount specified - DO NOT USE NEGATIVE AMOUNTS
bankWithdraw(String, double) - Method in interface net.milkbowl.vault.economy.Economy
Withdraw an amount from a bank account - DO NOT USE NEGATIVE AMOUNTS

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
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.
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.
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.
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 then false will always 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.

D

deleteBank(String) - Method in interface net.milkbowl.vault.economy.Economy
Deletes a bank account with the specified name.
depositPlayer(OfflinePlayer, double) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
depositPlayer(OfflinePlayer, String, double) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
depositPlayer(String, double) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use Economy.depositPlayer(OfflinePlayer, double) instead.
depositPlayer(OfflinePlayer, double) - Method in interface net.milkbowl.vault.economy.Economy
Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS
depositPlayer(String, String, double) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
depositPlayer(OfflinePlayer, String, double) - Method in interface net.milkbowl.vault.economy.Economy
Deposit an amount to a player - DO NOT USE NEGATIVE AMOUNTS IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.

E

Economy - Interface in net.milkbowl.vault.economy
The main economy API
EconomyResponse - Class in net.milkbowl.vault.economy
Indicates a typical Return for an Economy method.
EconomyResponse(double, double, EconomyResponse.ResponseType, String) - Constructor for class net.milkbowl.vault.economy.EconomyResponse
Constructor for EconomyResponse
EconomyResponse.ResponseType - Enum in net.milkbowl.vault.economy
Enum for types of Responses indicating the status of a method call.
errorMessage - Variable in class net.milkbowl.vault.economy.EconomyResponse
Error message if the variable 'type' is ResponseType.FAILURE

F

format(double) - Method in interface net.milkbowl.vault.economy.Economy
Format amount into a human readable String This provides translation into economy specific formatting to improve consistency between plugins.
fractionalDigits() - Method in interface net.milkbowl.vault.economy.Economy
Some economy plugins round off after a certain number of digits.

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.
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.
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
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
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. 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. 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.
getPlayerGroups(World, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
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. 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. 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. 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 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. 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. 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. 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. 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. 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
getPlayerPrefix(World, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.getPlayerPrefix(String, OfflinePlayer) instead. 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. 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. 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. 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. 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.
getPrimaryGroup(World, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
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.
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.

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.
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.
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.
has(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
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.
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.
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.
hasSuperPermsCompat() - Method in class net.milkbowl.vault.permission.Permission
Returns if the permission system is or attempts to be compatible with super-perms.

I

isBankMember(String, OfflinePlayer) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
isBankMember(String, String) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use {Economy.isBankMember(String, OfflinePlayer) instead.
isBankMember(String, OfflinePlayer) - Method in interface net.milkbowl.vault.economy.Economy
Check if the player is a member of the bank account
isBankOwner(String, OfflinePlayer) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
isBankOwner(String, String) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use {Economy.isBankOwner(String, OfflinePlayer) instead.
isBankOwner(String, OfflinePlayer) - Method in interface net.milkbowl.vault.economy.Economy
Check if a player is the owner of a bank account
isEnabled() - Method in class net.milkbowl.vault.chat.Chat
Checks if permission method is enabled.
isEnabled() - Method in interface net.milkbowl.vault.economy.Economy
Checks if economy method is enabled.
isEnabled() - Method in class net.milkbowl.vault.permission.Permission
Checks if permission method is enabled.

N

net.milkbowl.vault.chat - package net.milkbowl.vault.chat
 
net.milkbowl.vault.economy - package net.milkbowl.vault.economy
 
net.milkbowl.vault.permission - package net.milkbowl.vault.permission
 

P

Permission - Class in net.milkbowl.vault.permission
The main Permission API - allows for group and player based permission tests
Permission() - Constructor for class net.milkbowl.vault.permission.Permission
 
playerAdd(String, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
As of VaultAPI 1.4 use Permission.playerAdd(String, OfflinePlayer, String) instead. Add permission to a player. Supports NULL value for World if the permission system registered supports global permissions. But May return odd values if the servers registered permission system does not have a global permission store.
playerAdd(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
playerAdd(String, OfflinePlayer, String) - Method in class net.milkbowl.vault.permission.Permission
Add permission to a player.
playerAdd(Player, String) - Method in class net.milkbowl.vault.permission.Permission
Add permission to a player ONLY for the world the player is currently on.
playerAddGroup(String, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
playerAddGroup(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
playerAddGroup(String, OfflinePlayer, String) - Method in class net.milkbowl.vault.permission.Permission
Add player to a group.
playerAddGroup(Player, String) - Method in class net.milkbowl.vault.permission.Permission
Add player to a group.
playerAddTransient(OfflinePlayer, String) - Method in class net.milkbowl.vault.permission.Permission
Add transient permission to a player.
playerAddTransient(Player, String) - Method in class net.milkbowl.vault.permission.Permission
Add transient permission to a player.
playerAddTransient(String, OfflinePlayer, String) - Method in class net.milkbowl.vault.permission.Permission
Adds a world specific transient permission to the player, may only work with some permission managers.
playerAddTransient(String, Player, String) - Method in class net.milkbowl.vault.permission.Permission
Adds a world specific transient permission to the player, may only work with some permission managers.
playerHas(String, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
playerHas(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
playerHas(String, OfflinePlayer, String) - Method in class net.milkbowl.vault.permission.Permission
Checks if player has a permission node.
playerHas(Player, String) - Method in class net.milkbowl.vault.permission.Permission
Checks if player has a permission node.
playerInGroup(String, OfflinePlayer, String) - Method in class net.milkbowl.vault.chat.Chat
Check if player is member of a group.
playerInGroup(String, String, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.playerInGroup(String, OfflinePlayer, String) instead. Check if player is member of a group.
playerInGroup(World, String, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.playerInGroup(String, OfflinePlayer, String) instead. Check if player is member of a group.
playerInGroup(Player, String) - Method in class net.milkbowl.vault.chat.Chat
Check if player is member of a group.
playerInGroup(String, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
playerInGroup(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
playerInGroup(String, OfflinePlayer, String) - Method in class net.milkbowl.vault.permission.Permission
Check if player is member of a group.
playerInGroup(Player, String) - Method in class net.milkbowl.vault.permission.Permission
Check if player is member of a group.
playerRemove(String, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
playerRemove(String, OfflinePlayer, String) - Method in class net.milkbowl.vault.permission.Permission
Remove permission from a player.
playerRemove(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
playerRemove(Player, String) - Method in class net.milkbowl.vault.permission.Permission
Remove permission from a player.
playerRemoveGroup(String, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
playerRemoveGroup(World, String, String) - Method in class net.milkbowl.vault.permission.Permission
Deprecated.
playerRemoveGroup(String, OfflinePlayer, String) - Method in class net.milkbowl.vault.permission.Permission
Remove player from a group.
playerRemoveGroup(Player, String) - Method in class net.milkbowl.vault.permission.Permission
Remove player from a group.
playerRemoveTransient(String, OfflinePlayer, String) - Method in class net.milkbowl.vault.permission.Permission
Removes a world specific transient permission from the player, may only work with some permission managers.
playerRemoveTransient(String, Player, String) - Method in class net.milkbowl.vault.permission.Permission
Removes a world specific transient permission from the player, may only work with some permission managers.
playerRemoveTransient(OfflinePlayer, String) - Method in class net.milkbowl.vault.permission.Permission
Remove transient permission from a player.
playerRemoveTransient(Player, String) - Method in class net.milkbowl.vault.permission.Permission
Remove transient permission from a player.

S

setGroupInfoBoolean(String, String, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
Set a groups informational node (Boolean) value
setGroupInfoBoolean(World, String, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
Set a players informational node (Boolean) value
setGroupInfoDouble(String, String, String, double) - Method in class net.milkbowl.vault.chat.Chat
Set a groups informational node (Double) value
setGroupInfoDouble(World, String, String, double) - Method in class net.milkbowl.vault.chat.Chat
Set a groups informational node (Double) value
setGroupInfoInteger(String, String, String, int) - Method in class net.milkbowl.vault.chat.Chat
Set a groups informational node (Integer) value
setGroupInfoInteger(World, String, String, int) - Method in class net.milkbowl.vault.chat.Chat
Set a groups informational node (Integer) value
setGroupInfoString(String, String, String, String) - Method in class net.milkbowl.vault.chat.Chat
Set a groups informational node (String) value
setGroupInfoString(World, String, String, String) - Method in class net.milkbowl.vault.chat.Chat
Set a groups informational node (String) value
setGroupPrefix(String, String, String) - Method in class net.milkbowl.vault.chat.Chat
Set group prefix
setGroupPrefix(World, String, String) - Method in class net.milkbowl.vault.chat.Chat
Set group prefix
setGroupSuffix(String, String, String) - Method in class net.milkbowl.vault.chat.Chat
Set group suffix
setGroupSuffix(World, String, String) - Method in class net.milkbowl.vault.chat.Chat
Set group suffix
setPlayerInfoBoolean(String, OfflinePlayer, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
Set a players informational node (Boolean) value
setPlayerInfoBoolean(String, String, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerInfoBoolean(String, OfflinePlayer, String, boolean) instead. Set a players informational node (Boolean) value
setPlayerInfoBoolean(World, String, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerInfoBoolean(String, OfflinePlayer, String, boolean) instead. Set a players informational node (Boolean) value
setPlayerInfoBoolean(Player, String, boolean) - Method in class net.milkbowl.vault.chat.Chat
Set a players informational node (Boolean) value
setPlayerInfoDouble(String, OfflinePlayer, String, double) - Method in class net.milkbowl.vault.chat.Chat
Set a players informational node (Double) value
setPlayerInfoDouble(String, String, String, double) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerInfoDouble(String, OfflinePlayer, String, double) instead. Set a players informational node (Double) value
setPlayerInfoDouble(World, String, String, double) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerInfoDouble(String, OfflinePlayer, String, double) instead. Set a players informational node (Double) value
setPlayerInfoDouble(Player, String, double) - Method in class net.milkbowl.vault.chat.Chat
Set a players informational node (Double) value
setPlayerInfoInteger(String, OfflinePlayer, String, int) - Method in class net.milkbowl.vault.chat.Chat
Set a players informational node (Integer) value
setPlayerInfoInteger(String, String, String, int) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerInfoInteger(String, OfflinePlayer, String, int) instead. Set a players informational node (Integer) value
setPlayerInfoInteger(World, String, String, int) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerInfoInteger(String, OfflinePlayer, String, int) instead. Set a players informational node (Integer) value
setPlayerInfoInteger(Player, String, int) - Method in class net.milkbowl.vault.chat.Chat
Set a players informational node (Integer) value
setPlayerInfoString(String, OfflinePlayer, String, String) - Method in class net.milkbowl.vault.chat.Chat
Set a players informational node (String) value
setPlayerInfoString(String, String, String, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerInfoString(String, OfflinePlayer, String, String) instead. Set a players informational node (String) value
setPlayerInfoString(World, String, String, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerInfoString(String, OfflinePlayer, String, String) instead. Set a players informational node (String) value
setPlayerInfoString(Player, String, String) - Method in class net.milkbowl.vault.chat.Chat
Set a players informational node (String) value
setPlayerPrefix(String, String, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerPrefix(String, OfflinePlayer, String) instead. Set players prefix
setPlayerPrefix(String, OfflinePlayer, String) - Method in class net.milkbowl.vault.chat.Chat
Sets players prefix in the given world.
setPlayerPrefix(World, String, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerPrefix(String, OfflinePlayer, String) instead. Set players prefix in the given world.
setPlayerPrefix(Player, String) - Method in class net.milkbowl.vault.chat.Chat
Set players prefix in the world they are currently in.
setPlayerSuffix(String, String, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerSuffix(String, OfflinePlayer, String) instead. Set players suffix
setPlayerSuffix(String, OfflinePlayer, String) - Method in class net.milkbowl.vault.chat.Chat
Set players suffix for the world specified
setPlayerSuffix(World, String, String) - Method in class net.milkbowl.vault.chat.Chat
Deprecated.
As of VaultAPI 1.4 use {Chat.setPlayerSuffix(String, OfflinePlayer, String) instead. Set players suffix
setPlayerSuffix(Player, String) - Method in class net.milkbowl.vault.chat.Chat
Set players suffix in the world they currently occupy.

T

transactionSuccess() - Method in class net.milkbowl.vault.economy.EconomyResponse
Checks if an operation was successful
type - Variable in class net.milkbowl.vault.economy.EconomyResponse
Success or failure of call.

V

valueOf(String) - Static method in enum net.milkbowl.vault.economy.EconomyResponse.ResponseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.milkbowl.vault.economy.EconomyResponse.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withdrawPlayer(OfflinePlayer, double) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
withdrawPlayer(OfflinePlayer, String, double) - Method in class net.milkbowl.vault.economy.AbstractEconomy
 
withdrawPlayer(String, double) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
As of VaultAPI 1.4 use Economy.withdrawPlayer(OfflinePlayer, double) instead.
withdrawPlayer(OfflinePlayer, double) - Method in interface net.milkbowl.vault.economy.Economy
Withdraw an amount from a player - DO NOT USE NEGATIVE AMOUNTS
withdrawPlayer(String, String, double) - Method in interface net.milkbowl.vault.economy.Economy
Deprecated.
withdrawPlayer(OfflinePlayer, String, double) - Method in interface net.milkbowl.vault.economy.Economy
Withdraw an amount from a player on a given world - DO NOT USE NEGATIVE AMOUNTS IMPLEMENTATION SPECIFIC - if an economy plugin does not support this the global balance will be returned.
A B C D E F G H I N P S T V W 
Skip navigation links

Milkbowl, 2020