Package ai.tock.bot.engine.message
Class Location
-
-
Constructor Summary
Constructors Constructor Description Location(UserLocation location, Long delay)
-
Method Summary
Modifier and Type Method Description EventTypegetEventType()final UserLocationgetLocation()LonggetDelay()ActiontoAction(PlayerId playerId, String applicationId, PlayerId recipientId)StringtoPrettyString()Returns a human readable string representation of the message. BooleanisSimpleMessage()-
-
Constructor Detail
-
Location
Location(UserLocation location, Long delay)
-
-
Method Detail
-
getEventType
EventType getEventType()
-
getLocation
final UserLocation getLocation()
-
toPrettyString
String toPrettyString()
Returns a human readable string representation of the message.
-
isSimpleMessage
Boolean isSimpleMessage()
-
-
-
-