MCPcopy Create free account
hub / github.com/Card-Forge/forge / isDay

Method isDay

forge-game/src/main/java/forge/game/Game.java:1389–1391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1387 }
1388
1389 public boolean isDay() {
1390 return this.daytime != null && this.daytime == false;
1391 }
1392 public boolean isNight() {
1393 return this.daytime != null && this.daytime == true;
1394 }

Callers 6

setDayTimeMethod · 0.95
doDayTimeMethod · 0.95
drawBackgroundMethod · 0.80
onEndMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected