Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DialogChooseSets
Method · 0.95
startGame
Method · 0.45
getRemovedAnteCards
Method · 0.45
preparePlayerZone
Method · 0.45
prepareAllZones
Method · 0.45
isWinner
Method · 0.45
getWinningLobbyPlayer
Method · 0.45
getWinningPlayer
Method · 0.45
getAnteResult
Method · 0.45
setDependencies
Method · 0.45
getGraveyardSpellByKeyword
Method · 0.45
appendCards
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected