MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getHour

Method getHour

src/main/java/ui/Time.java:148–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 public static int getHour(){
149 c = calDate(utcTimeMillis());
150 return c.get(Calendar.HOUR_OF_DAY);
151 }
152
153 public static int getMin(){
154 c = calDate(utcTimeMillis());

Callers

nothing calls this directly

Calls 2

calDateMethod · 0.95
utcTimeMillisMethod · 0.95

Tested by

no test coverage detected