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

Method Lunar

common/src/main/java/pro/tools/time/Lunar.java:14–18  ·  view source on GitHub ↗
(int lunarYear, int lunarMonth, int lunarDay)

Source from the content-addressed store, hash-verified

12 private int lunarDay;
13
14 public Lunar(int lunarYear, int lunarMonth, int lunarDay) {
15 this.lunarDay = lunarDay;
16 this.lunarMonth = lunarMonth;
17 this.lunarYear = lunarYear;
18 }
19
20 public boolean getIsLeap() {
21 return isLeap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected