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

Method Solar

common/src/main/java/pro/tools/time/Solar.java:13–17  ·  view source on GitHub ↗
(int solarYear, int solarMonth, int solarDay)

Source from the content-addressed store, hash-verified

11 private int solarDay;
12
13 public Solar(int solarYear, int solarMonth, int solarDay) {
14 this.solarYear = solarYear;
15 this.solarMonth = solarMonth;
16 this.solarDay = solarDay;
17 }
18
19 public int getSolarYear() {
20 return solarYear;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected