Interface IChat
public interface IChat
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendError(String brand, ClientColor brandColor, String title, String error) voidvoidsendMsg(String brand, ClientColor brandColor, String title, String message) voidvoidsendWarning(String brand, ClientColor brandColor, String title, String warning) voidsendWarning(String title, String warning)
-
Method Details
-
sendMsg
-
sendWarning
-
sendError
-
sendMsg
-
sendWarning
-
sendError
-
getCommandPrefix
String getCommandPrefix()
-