bot
Class Body
java.lang.Object
bot.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 |
Body
public Body()
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.