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

Method setDayTime

src/main/java/Client/Msg.java:102–104  ·  view source on GitHub ↗
(String date)

Source from the content-addressed store, hash-verified

100 }
101
102 public void setDayTime(String date){
103 this.dateGmt=Time.dateStringToLong(date);
104 }
105
106 public int getColor() {
107 if (selected || highlite) return ColorTheme.getColor(ColorTheme.MSG_HIGHLIGHT);

Callers 2

importDataMethod · 0.95
processMessageMethod · 0.95

Calls 1

dateStringToLongMethod · 0.95

Tested by

no test coverage detected