Package com.botwAdventureOnline
Klasse Client
java.lang.Object
com.botwAdventureOnline.Client
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic void
backward()
static void
cords()
static void
dig()
static void
drink()
static void
equip()
static void
forward()
static void
left()
static void
levelUp()
static void
static void
ping()
static void
static void
static void
static void
rest()
static void
right()
static void
stats()
static void
test()
-
Konstruktordetails
-
Client
public Client()
-
-
Methodendetails
-
main
public static void main(String[] args) throws IOException, InvocationTargetException, IllegalAccessException -
test
- Löst aus:
IOException
-
levelUp
public static void levelUp() -
printHelp
public static void printHelp() -
stats
public static void stats() -
printInventory
public static void printInventory() -
dig
public static void dig() -
rest
public static void rest() -
equip
public static void equip() -
drink
public static void drink() -
cords
public static void cords() -
forward
- Löst aus:
IOException
-
backward
- Löst aus:
IOException
-
left
- Löst aus:
IOException
-
right
- Löst aus:
IOException
-
printState
- Löst aus:
IOException
-
ping
- Löst aus:
IOException
-