Uses of Class
org.robovm.apple.gameplaykit.GKRuleSystem
| Package | Description |
|---|---|
| org.robovm.apple.gameplaykit |
-
Uses of GKRuleSystem in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit with parameters of type GKRuleSystem Modifier and Type Method Description booleanGKNSPredicateRule. evaluatePredicate(GKRuleSystem system)booleanGKRule. evaluatePredicate(GKRuleSystem system)voidGKRule. performAction(GKRuleSystem system)Method parameters in org.robovm.apple.gameplaykit with type arguments of type GKRuleSystem Modifier and Type Method Description protected static longGKRule. create(Block1<GKRuleSystem,Boolean> predicate, VoidBlock1<GKRuleSystem> action)protected static longGKRule. create(Block1<GKRuleSystem,Boolean> predicate, VoidBlock1<GKRuleSystem> action)Constructor parameters in org.robovm.apple.gameplaykit with type arguments of type GKRuleSystem Constructor Description GKRule(Block1<GKRuleSystem,Boolean> predicate, VoidBlock1<GKRuleSystem> action)GKRule(Block1<GKRuleSystem,Boolean> predicate, VoidBlock1<GKRuleSystem> action)