| Package | Description |
|---|---|
| org.rominos2.RealBanks.api.Events |
| Modifier and Type | Method and Description |
|---|---|
RealBanksBankModificationEvent.BankModificationType |
RealBanksBankModificationEvent.getType() |
static RealBanksBankModificationEvent.BankModificationType |
RealBanksBankModificationEvent.BankModificationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RealBanksBankModificationEvent.BankModificationType[] |
RealBanksBankModificationEvent.BankModificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RealBanksBankModificationEvent(Bank bank,
org.bukkit.entity.Player player,
RealBanksBankModificationEvent.BankModificationType type,
java.lang.String oldValue,
java.lang.String newValue) |