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

Method msg

src/main/java/Console/StanzasList.java:54–59  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

52 }
53
54 public Msg msg(int index){
55 try {
56 return (Msg)stanzas.elementAt(index);
57 } catch (Exception e) {}
58 return null;
59 }
60
61 public void add(String msg, int type) {
62 try {

Callers 2

getMessageMethod · 0.45
getMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected