MCPcopy 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

startGameMethod · 0.80
prepareAllZonesMethod · 0.80
changeOwnershipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected