Package me.playernguyen.opteco.event
Class OptEcoTransactionChangeStateEvent
java.lang.Object
org.bukkit.event.Event
me.playernguyen.opteco.event.TransactionEvent
me.playernguyen.opteco.event.OptEcoTransactionChangeStateEvent
public class OptEcoTransactionChangeStateEvent extends TransactionEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OptEcoTransactionChangeStateEvent(Transaction transaction)
Call while the state change -
Method Summary
Modifier and Type Method Description TransactionState
getState()
Get a state of that transactionMethods inherited from class me.playernguyen.opteco.event.TransactionEvent
getHandlerList, getHandlers, getTransaction
-
Constructor Details
-
OptEcoTransactionChangeStateEvent
Call while the state change- Parameters:
transaction
- The transaction
-
-
Method Details
-
getState
Get a state of that transaction- Returns:
- The
TransactionState
-