Package net.ess3.api.events
Class SignTransactionEvent
java.lang.Object
org.bukkit.event.Event
net.ess3.api.events.SignEvent
net.ess3.api.events.SignInteractEvent
net.ess3.api.events.SignTransactionEvent
- All Implemented Interfaces:
Cancellable
Fired when a player either buys or sells from an Essentials sign
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The type of transaction for this sign transaction.Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Constructor Summary
ConstructorsConstructorDescriptionSignTransactionEvent
(EssentialsSign.ISign sign, EssentialsSign essSign, IUser user, ItemStack itemStack, SignTransactionEvent.TransactionType transactionType, BigDecimal transactionValue) -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
@NotNull ItemStack
Gets the ItemStack that is about to be bought or sold in this transition.@NotNull SignTransactionEvent.TransactionType
Gets the type of transaction, either buy or sell.Gets the value of the item being bought or sold.boolean
void
setCancelled
(boolean cancelled) Methods inherited from class net.ess3.api.events.SignEvent
getEssentialsSign, getSign, getUser
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
Constructor Details
-
SignTransactionEvent
public SignTransactionEvent(EssentialsSign.ISign sign, EssentialsSign essSign, IUser user, ItemStack itemStack, SignTransactionEvent.TransactionType transactionType, BigDecimal transactionValue)
-
-
Method Details
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceCancellable
- Overrides:
isCancelled
in classSignEvent
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelled
in interfaceCancellable
- Overrides:
setCancelled
in classSignEvent
-
getItemStack
Gets the ItemStack that is about to be bought or sold in this transition.- Returns:
- The ItemStack being bought or sold.
-
getTransactionType
Gets the type of transaction, either buy or sell.- Returns:
- The transaction type.
-
getTransactionValue
Gets the value of the item being bought or sold.- Returns:
- The item's value.
-
getHandlers
- Overrides:
getHandlers
in classSignInteractEvent
-
getHandlerList
-