public class Thieving_Utils
extends java.lang.Object
Constructor and Description |
---|
Thieving_Utils() |
Modifier and Type | Method and Description |
---|---|
static orsc.ORSCharacter |
getNpc(NpcId npcId) |
static int |
getReadyForTheiving() |
static void |
goToCabbages() |
static boolean |
inCabbageField() |
static void |
leaveCombat() |
static void |
pickCabbage() |
static int |
theiveNpc(NpcId npcId) |
public static void leaveCombat()
public static orsc.ORSCharacter getNpc(NpcId npcId)
public static int theiveNpc(NpcId npcId)
public static int getReadyForTheiving()
public static void goToCabbages()
public static boolean inCabbageField()
public static void pickCabbage()