Class PlayerPropertiesChanged


  • public class PlayerPropertiesChanged
    extends java.lang.Object
    This can be called multiple times, and can be used to set / override / remove player properties. A null propValue indicates removal.
    • Constructor Detail

      • PlayerPropertiesChanged

        public PlayerPropertiesChanged​(PlayerId playerId,
                                       java.util.List<PlayerProperty> properties)
    • Method Detail

      • getPlayerId

        public PlayerId getPlayerId()
      • getProperties

        public java.util.List<PlayerProperty> getProperties()