MCPcopy Create free account
hub / github.com/boxbeam/RedLib / msg

Method msg

src/redempt/redlib/RedLib.java:40–42  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

38 }
39
40 public static String msg(String msg) {
41 return globalMessages.get(msg);
42 }
43
44 /**
45 * The middle number of the server version - for example, if the server version is 1.15.2, this will be 15

Callers 4

delayedTeleportMethod · 0.95
promptMethod · 0.95
onChatMethod · 0.95
onClickMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected