Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ descend
Method
descend
forge-game/src/main/java/forge/game/player/Player.java:2111–2113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2109
return
descended;
2110
}
2111
public
final
void
descend() {
2112
descended++;
2113
}
2114
public
final
void
setDescended(
final
int
n) {
2115
descended = n;
2116
}
Callers
1
add
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected