Class GKBehavior

    • Method Detail

      • getGoalCount

        public long getGoalCount()
      • iterator

        public java.util.Iterator<GKGoal> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<GKGoal>
      • getGoalWeight

        public float getGoalWeight​(GKGoal goal)
      • removeGoal

        public void removeGoal​(GKGoal goal)
      • removeAllGoals

        public void removeAllGoals()
      • get

        protected GKGoal get​(long idx)
      • create

        protected static long create​(GKGoal goal,
                                     float weight)
      • create

        protected static long create​(NSArray<GKGoal> goals)