Class PlayerEventsAdded


  • public class PlayerEventsAdded
    extends java.lang.Object
    Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order.
    • Constructor Detail

      • PlayerEventsAdded

        public PlayerEventsAdded​(PlayerId playerId,
                                 java.util.List<PlayerEvent> events)
    • Method Detail

      • getPlayerId

        public PlayerId getPlayerId()
      • getEvents

        public java.util.List<PlayerEvent> getEvents()