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

Method getInstance

src/main/java/Console/StanzasList.java:47–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 private static StanzasList instance;
46
47 public static StanzasList getInstance(){
48 if (instance==null) {
49 instance=new StanzasList();
50 }
51 return instance;
52 }
53
54 public Msg msg(int index){
55 try {

Callers 6

XMLListMethod · 0.95
toggleMethod · 0.95
addLogMethod · 0.95
eventOkMethod · 0.45
destroyViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected