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