-
-
Constructor Summary
Constructors Constructor Description Location(UserLocation location, Long delay)
-
Method Summary
Modifier and Type Method Description ActiontoAction(PlayerId playerId, String applicationId, PlayerId recipientId)StringtoPrettyString()Returns a human readable string representation of the message. BooleanisSimpleMessage()final UserLocationcomponent1()final Longcomponent2()final Locationcopy(UserLocation location, Long delay)EventTypegetEventType()final UserLocationgetLocation()LonggetDelay()-
Methods inherited from class ai.tock.bot.engine.message.Location
obfuscate, toAction -
Methods inherited from class ai.tock.bot.engine.message.Message
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Location
Location(UserLocation location, Long delay)
-
-
Method Detail
-
toPrettyString
String toPrettyString()
Returns a human readable string representation of the message.
-
isSimpleMessage
Boolean isSimpleMessage()
-
component1
final UserLocation component1()
-
component2
final Long component2()
-
copy
final Location copy(UserLocation location, Long delay)
-
getEventType
EventType getEventType()
-
getLocation
final UserLocation getLocation()
-
-
-
-