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

Method toExtendedString

src/main/java/util/StringUtils.java:169–173  ·  view source on GitHub ↗
(String src)

Source from the content-addressed store, hash-verified

167 }
168
169 public static String toExtendedString(String src){
170 src=stringReplace(src,"%dt",Time.dispLocalTime());
171 src=stringReplace(src,"%t",Time.localTime());
172 return src;
173 }
174
175 public static String hexByteToString(byte b){
176 StringBuffer out=new StringBuffer();

Callers 2

sendPresenceMethod · 0.95
sendDirectPresenceMethod · 0.95

Calls 3

stringReplaceMethod · 0.95
dispLocalTimeMethod · 0.95
localTimeMethod · 0.95

Tested by

no test coverage detected