Package net.zenoc.gallium.api.chat
Class ChatMessage
java.lang.Object
net.zenoc.gallium.api.chat.ChatMessage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChatMessageSend a string to the callerstatic ChatMessagefrom(StringJoiner joiner) Send a string joiner to the callerstatic ChatMessagefromString(String content) Deprecated.use from(String)
-
Constructor Details
-
ChatMessage
-
-
Method Details
-
getContent
-
from
Send a string to the caller- Parameters:
content- the message- Returns:
- ChatMessage
-
from
Send a string joiner to the caller -
fromString
Deprecated.use from(String)Send a message to the caller- Parameters:
content- the message- Returns:
- ChatMessage
-