Package org.rspeer.game.movement
Class Movement
java.lang.Object
org.rspeer.game.movement.Movement
Operations related to player movement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated.static WebPath
Deprecated.static Position
static int
static boolean
static boolean
static boolean
static boolean
toggleRun
(boolean on) static boolean
static void
walkTowards
(SceneNode destination)
-
Constructor Details
-
Movement
public Movement()
-
-
Method Details
-
walkTowards
-
walkTo
- Returns:
- will return false if it fails to walk to the position; true if it is walking
-
getCachedPath
Deprecated. -
clearCachedPath
Deprecated. -
isStaminaEnhancementActive
public static boolean isStaminaEnhancementActive() -
isRunEnabled
public static boolean isRunEnabled() -
getRunEnergy
public static int getRunEnergy() -
toggleRun
public static boolean toggleRun(boolean on) -
getDestination
-
isDestinationSet
public static boolean isDestinationSet()
-