MCPcopy Create free account
hub / github.com/SeanDragon/protools / setSolarMonth

Method setSolarMonth

common/src/main/java/pro/tools/time/Solar.java:32–35  ·  view source on GitHub ↗
(int solarMonth)

Source from the content-addressed store, hash-verified

30 }
31
32 public Solar setSolarMonth(int solarMonth) {
33 this.solarMonth = solarMonth;
34 return this;
35 }
36
37 public int getSolarDay() {
38 return solarDay;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected