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

Method setIsLeap

common/src/main/java/pro/tools/time/Lunar.java:24–27  ·  view source on GitHub ↗
(boolean leap)

Source from the content-addressed store, hash-verified

22 }
23
24 public Lunar setIsLeap(boolean leap) {
25 isLeap = leap;
26 return this;
27 }
28
29 public int getLunarYear() {
30 return lunarYear;

Callers 1

solartolunarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected