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