Class SetWithdrawModeEvent.State
- java.lang.Object
-
- net.eternalclient.api.events.bank.SetWithdrawModeEvent.State
-
- Enclosing class:
- SetWithdrawModeEvent
public class SetWithdrawModeEvent.State extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description SetWithdrawModeEvent
instance
BankMode
withdrawMode
-
Constructor Summary
Constructors Constructor Description State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetWithdrawModeEvent
getInstance()
BankMode
getWithdrawMode()
void
setInstance(SetWithdrawModeEvent instance)
void
setWithdrawMode(BankMode withdrawMode)
-
-
-
Field Detail
-
instance
public SetWithdrawModeEvent instance
-
withdrawMode
public BankMode withdrawMode
-
-
Method Detail
-
getInstance
public SetWithdrawModeEvent getInstance()
-
getWithdrawMode
public BankMode getWithdrawMode()
-
setInstance
public void setInstance(SetWithdrawModeEvent instance)
-
setWithdrawMode
public void setWithdrawMode(BankMode withdrawMode)
-
-