Uses of Class
org.robovm.apple.gameplaykit.GKRule
| Package | Description |
|---|---|
| org.robovm.apple.gameplaykit |
-
Uses of GKRule in org.robovm.apple.gameplaykit
Subclasses of GKRule in org.robovm.apple.gameplaykit Modifier and Type Class Description classGKNSPredicateRuleMethods in org.robovm.apple.gameplaykit that return GKRule Modifier and Type Method Description static GKRuleGKRule. createAssertingFact(NSPredicate predicate, NSObject fact, float grade)static GKRuleGKRule. createRetractingFact(NSPredicate predicate, NSObject fact, float grade)Methods in org.robovm.apple.gameplaykit that return types with arguments of type GKRule Modifier and Type Method Description NSArray<GKRule>GKRuleSystem. getAgenda()NSArray<GKRule>GKRuleSystem. getExecuted()NSArray<GKRule>GKRuleSystem. getRules()Methods in org.robovm.apple.gameplaykit with parameters of type GKRule Modifier and Type Method Description voidGKRuleSystem. addRule(GKRule rule)Method parameters in org.robovm.apple.gameplaykit with type arguments of type GKRule Modifier and Type Method Description voidGKRuleSystem. addRules(NSArray<GKRule> rules)