Package | Description |
---|---|
de.byteandbit.velociraptor.api.events.purchase |
Modifier and Type | Method and Description |
---|---|
PurchaseAbortedEvent.AbortReason |
PurchaseAbortedEvent.getReason()
Gibt den Grund zurück, wieso das Verkaufsevent abgebrochen wurde.
|
static PurchaseAbortedEvent.AbortReason |
PurchaseAbortedEvent.AbortReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PurchaseAbortedEvent.AbortReason[] |
PurchaseAbortedEvent.AbortReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PurchaseAbortedEvent(String playerName,
String playerUUID,
Set<Item> items,
Map<Item,Integer> acceptedItems,
double payAmount,
PurchaseAbortedEvent.AbortReason reason) |
Copyright © 2023. All rights reserved.