Package com.kraken.api.simulation
Class SimulationDecisionAdapter.ExecutableAction
- java.lang.Object
-
- com.kraken.api.simulation.SimulationDecisionAdapter.ExecutableAction
-
- Enclosing class:
- SimulationDecisionAdapter
public static final class SimulationDecisionAdapter.ExecutableAction extends java.lang.ObjectRuntime action payload translated from a simulation decision.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasEquipmentSwap()booleanhasInteraction()booleanhasInventoryInteraction()booleanhasMovement()booleanhasPrayerSwitch()booleanhasSpellCast()
-
-
-
Method Detail
-
hasMovement
public boolean hasMovement()
- Returns:
- true when this action includes a movement destination.
-
hasInteraction
public boolean hasInteraction()
- Returns:
- true when this action includes a target and interaction option.
-
hasPrayerSwitch
public boolean hasPrayerSwitch()
- Returns:
- true when this action includes a prayer switch step.
-
hasEquipmentSwap
public boolean hasEquipmentSwap()
- Returns:
- true when this action includes an equipment swap step.
-
hasInventoryInteraction
public boolean hasInventoryInteraction()
- Returns:
- true when this action includes an inventory interaction step.
-
hasSpellCast
public boolean hasSpellCast()
- Returns:
- true when this action includes a spell cast step.
-
-