MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / getMin

Method getMin

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

Source from the content-addressed store, hash-verified

151 }
152
153 public static int getMin(){
154 c = calDate(utcTimeMillis());
155 return c.get(Calendar.MINUTE);
156 }
157
158 private final static int[] calFields=
159 {Calendar.YEAR, Calendar.MONTH, Calendar.DATE,

Callers

nothing calls this directly

Calls 2

calDateMethod · 0.95
utcTimeMillisMethod · 0.95

Tested by

no test coverage detected