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

Method getLunarDay

common/src/main/java/pro/tools/time/Lunar.java:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 public int getLunarDay() {
48 return lunarDay;
49 }
50
51 public Lunar setLunarDay(int lunarDay) {
52 this.lunarDay = lunarDay;

Callers 1

lunartosolarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected