Uses of Class
org.rspeer.commons.Pair
-
Packages that use Pair Package Description org.rspeer.commons org.rspeer.game org.rspeer.game.script.component org.rspeer.game.script.model -
-
Uses of Pair in org.rspeer.commons
Methods in org.rspeer.commons that return Pair Modifier and Type Method Description Pair<L,R>Pair. filter(BiPredicate<L,R> predicate) -
Uses of Pair in org.rspeer.game
Methods in org.rspeer.game that return Pair Modifier and Type Method Description static Pair<String,String>Game. getProxyCredentials()Methods in org.rspeer.game with parameters of type Pair Modifier and Type Method Description static voidGame. setProxyCredentials(Pair<String,String> proxyCredentials) -
Uses of Pair in org.rspeer.game.script.component
Methods in org.rspeer.game.script.component that return Pair Modifier and Type Method Description Pair<Duration,Duration>Break. getBaseDelay()Pair<Duration,Duration>Break. getBaseDuration()Constructors in org.rspeer.game.script.component with parameters of type Pair Constructor Description Break(String name, boolean repeat, Pair<Duration,Duration> baseDuration, Pair<Duration,Duration> baseDelay) -
Uses of Pair in org.rspeer.game.script.model
Method parameters in org.rspeer.game.script.model with type arguments of type Pair Modifier and Type Method Description voidConfigPanelManager. setPanels(Map<String,ModelPanel> panels, List<Pair<FieldAnnotationMapping,ModelPanel>> mappings)
-