| Package | Description |
|---|---|
| net.milkbowl.vault.economy |
| Modifier and Type | Field and Description |
|---|---|
EconomyResponse.ResponseType |
EconomyResponse.type
Success or failure of call.
|
| Modifier and Type | Method and Description |
|---|---|
static EconomyResponse.ResponseType |
EconomyResponse.ResponseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EconomyResponse.ResponseType[] |
EconomyResponse.ResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EconomyResponse(double amount,
double balance,
EconomyResponse.ResponseType type,
java.lang.String errorMessage)
Constructor for EconomyResponse
EconomyRespone的构造函数 |