Interface GKGameModelUpdate


  • public interface GKGameModelUpdate
    A protocol used to encapsulate the data needed to affect an update to a game model. Typically represents an action or move performed by a player.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setValue​(long value)
      Property get/set by GKMinmaxStrategist to sort GKGameModelUpdates.
      long value()
      Property get/set by GKMinmaxStrategist to sort GKGameModelUpdates.
    • Method Detail

      • setValue

        void setValue​(long value)
        Property get/set by GKMinmaxStrategist to sort GKGameModelUpdates.
      • value

        long value()
        Property get/set by GKMinmaxStrategist to sort GKGameModelUpdates.