Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ useAnte
Method
useAnte
forge-game/src/main/java/forge/game/GameRules.java:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
public
boolean useAnte() {
66
return
playForAnte;
67
}
68
public
void
setPlayForAnte(
final
boolean useAnte) {
69
this.playForAnte = useAnte;
70
}
Callers
4
startGame
Method · 0.80
prepareAllZones
Method · 0.80
executeOwnershipChanges
Method · 0.80
changeOwnership
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected