MCPcopy Create free account
hub / github.com/6tail/lunar-java / getXiu

Method getXiu

src/main/java/com/nlf/calendar/Lunar.java:891–893  ·  view source on GitHub ↗

获取宿 @return 宿

()

Source from the content-addressed store, hash-verified

889 * @return 宿
890 */
891 public String getXiu() {
892 return LunarUtil.XIU.get(getDayZhi() + getWeek());
893 }
894
895 /**
896 * 获取宿吉凶

Callers 6

getXiuLuckMethod · 0.95
getXiuSongMethod · 0.95
getZhengMethod · 0.95
getAnimalMethod · 0.95
getGongMethod · 0.95
toFullStringMethod · 0.95

Calls 2

getDayZhiMethod · 0.95
getWeekMethod · 0.95

Tested by

no test coverage detected