Class WalkPathEvent
- java.lang.Object
-
- net.eternalclient.api.events.AbstractEvent
-
- net.eternalclient.api.events.walking.WalkPathEvent
-
public class WalkPathEvent extends AbstractEvent
A class representing an event to walk a predefined path in the game.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
WalkPathEvent.State
-
Constructor Summary
Constructors Constructor Description WalkPathEvent(java.util.List<Positionable> path)
WalkPathEvent(Positionable[] path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
onLoop()
void
onStart()
-
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, 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
-
-
-
-
Constructor Detail
-
WalkPathEvent
public WalkPathEvent(java.util.List<Positionable> path)
-
WalkPathEvent
public WalkPathEvent(Positionable[] path)
-
-
Method Detail
-
onStart
public void onStart()
- Overrides:
onStart
in classAbstractEvent
-
onLoop
public int onLoop()
- Specified by:
onLoop
in classAbstractEvent
-
-