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

Method getLunarYear

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

Source from the content-addressed store, hash-verified

27 }
28
29 public int getLunarYear() {
30 return lunarYear;
31 }
32
33 public Lunar setLunarYear(int lunarYear) {
34 this.lunarYear = lunarYear;

Callers 2

toGanZhiMethod · 0.80
lunartosolarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected