Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isCommander
Method
isCommander
forge-game/src/main/java/forge/game/GameView.java:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
public
boolean isCommander() {
77
return
get(TrackableProperty.IsCommander);
78
}
79
80
public
GameType getGameType() {
81
return
get(TrackableProperty.GameType);
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected