Package ai.tock.bot.engine.message
Class ActionWrappedMessage
-
- All Implemented Interfaces:
-
ai.tock.bot.engine.message.Message
public final class ActionWrappedMessage implements Message
-
-
Constructor Summary
Constructors Constructor Description ActionWrappedMessage(Action action, Long delay)
-
Method Summary
Modifier and Type Method Description EventTypegetEventType()final ActiongetAction()LonggetDelay()ActiontoAction(PlayerId playerId, String applicationId, PlayerId recipientId)StringtoPrettyString()Returns a human readable string representation of the message. BooleanisSimpleMessage()-
-
Method Detail
-
getEventType
EventType getEventType()
-
toPrettyString
String toPrettyString()
Returns a human readable string representation of the message.
-
isSimpleMessage
Boolean isSimpleMessage()
-
-
-
-