Package ai.tock.bot.engine.message
Interface Message
-
- All Implemented Interfaces:
public interface MessageA message.
-
-
Method Summary
Modifier and Type Method Description ActiontoAction(BotBus bus)abstract ActiontoAction(PlayerId playerId, String applicationId, PlayerId recipientId)StringtoPrettyString()Returns a human readable string representation of the message. Messageobfuscate()Obfuscates the content of message. BooleanisSimpleMessage()abstract EventTypegetEventType()abstract LonggetDelay()-
-
Method Detail
-
toPrettyString
String toPrettyString()
Returns a human readable string representation of the message.
-
isSimpleMessage
Boolean isSimpleMessage()
-
getEventType
abstract EventType getEventType()
-
-
-
-