Package org.rspeer.game
Class Chat
- java.lang.Object
-
- org.rspeer.game.Chat
-
public class Chat extends Object
Provides operations related to game chat
-
-
Constructor Summary
Constructors Constructor Description Chat()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
sendPrivate(String target, String message)
static void
sendPublic(String message)
-