Class DepositInventoryEvent
- java.lang.Object
-
- net.eternalclient.api.events.AbstractEvent
-
- net.eternalclient.api.events.bank.deposit.DepositInventoryEvent
-
public class DepositInventoryEvent extends AbstractEvent
This class represents a DepositInventoryEvent. It includes a confirm method and an onLoop method that performs actions related to depositing items in the inventory to the bank.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDepositInventoryEvent.State
-
Constructor Summary
Constructors Constructor Description DepositInventoryEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DepositInventoryEventconfirm()intonLoop()-
Methods inherited from class net.eternalclient.api.events.AbstractEvent
execute, executed, getActiveEvent, getCompleteMessage, getDefaultEventTimeout, getEventCompleteCondition, getEventCompleteTimeout, getEventInterruptCondition, getEventTimeout, getFailMessage, getRunLoggedOut, isEventCompleted, isEventFailed, isEventInterrupted, onComplete, onEventExit, onEventStart, onFail, onStart, onStop, setActiveEvent, setCompleted, setCompleted, setEventCompleteCondition, setEventCompleteCondition, setEventCompleted, setEventFailed, setEventInterruptCondition, setEventInterrupted, setEventLoginHandler, setEventTimeout, setExecutionDelay, setExecutionDelay, setExecutionTickDelay, setExecutionTickDelay, setFailed, setFailed, setInteractionMode, setLoggedOutRunnable, setLoggedOutRunnable, setReturnDelay, setReturnDelay, setReturnDelay, setReturnDelay, setReturnTickDelay, setReturnTickDelay, setReturnTickDelay, setReturnTickDelay, setRunLoggedOut, setRunLoggedOut, setSleep, shouldInterrupt, sleep, sleepAFK, sleepLowPredictable, sleepNormal, sleepPredictable
-
-
-
-
Method Detail
-
confirm
public DepositInventoryEvent confirm()
-
onLoop
public int onLoop()
- Specified by:
onLoopin classAbstractEvent
-
-