bot
Class Body

java.lang.Object
  extended bybot.Body

public class Body
extends Object


Constructor Summary
Body()
           
 
Method Summary
static String hear()
          Get a string from the user.
static int hearInt()
          Get an int from the user.
static void say(String what)
          Say something to the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Body

public Body()
Method Detail

say

public static void say(String what)
Say something to the user.


hear

public static String hear()
Get a string from the user.


hearInt

public static int hearInt()
Get an int from the user.