MCPcopy Create free account
hub / github.com/Card-Forge/forge / getValue

Method getValue

forge-gui-mobile/src/forge/toolbox/FSpinner.java:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 public int getValue() {
22 return value;
23 }
24 public void setValue(int value0) {
25 if (value0 < minValue) {
26 value0 = minValue;

Callers 15

DialogChooseSetsMethod · 0.95
startGameMethod · 0.45
getRemovedAnteCardsMethod · 0.45
preparePlayerZoneMethod · 0.45
prepareAllZonesMethod · 0.45
isWinnerMethod · 0.45
getWinningLobbyPlayerMethod · 0.45
getWinningPlayerMethod · 0.45
getAnteResultMethod · 0.45
setDependenciesMethod · 0.45
appendCardsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected