public class PurchaseAbortedEvent extends PurchaseEvent
Modifier and Type | Class and Description |
---|---|
static class |
PurchaseAbortedEvent.AbortReason |
acceptedItems, items, payAmount
playerName, playerUUID
Constructor and Description |
---|
PurchaseAbortedEvent(String playerName,
String playerUUID,
Set<Item> items,
Map<Item,Integer> acceptedItems,
double payAmount,
PurchaseAbortedEvent.AbortReason reason) |
Modifier and Type | Method and Description |
---|---|
PurchaseAbortedEvent.AbortReason |
getReason()
Gibt den Grund zurück, wieso das Verkaufsevent abgebrochen wurde.
|
getAcceptedItems, getAmountOf, getItems, getPayOutAmount
getPlayerName, getPlayerUUID
public PurchaseAbortedEvent.AbortReason getReason()
Copyright © 2023. All rights reserved.