Class PlayerId


  • public class PlayerId
    extends java.lang.Object
    Players will get an ID that is unique within the agent context.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlayerId​(java.lang.String playerId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toJson()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PlayerId

        public PlayerId​(java.lang.String playerId)
    • Method Detail

      • toJson

        public java.lang.String toJson()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object