Package ai.tock.bot.engine.event
Class OneToOneEvent
-
- All Implemented Interfaces:
public abstract class OneToOneEvent extends Event
A one to one event is an event that has a source (the user id) and a target (the recipient id).
-
-
Field Summary
Fields Modifier and Type Field Description private final PlayerIduserIdprivate final PlayerIdrecipientIdprivate final StringapplicationIdprivate final Id<out Event>idprivate final Instantdateprivate final EventStatestate
-
Constructor Summary
Constructors Constructor Description OneToOneEvent(PlayerId userId, PlayerId recipientId, String applicationId)
-
Method Summary
Modifier and Type Method Description final PlayerIdgetUserId()final PlayerIdgetRecipientId()
-