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

Method getInstance

src/main/java/Messages/MessageParser.java:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 private static final MessageParser instance = new MessageParser();
66
67 public static MessageParser getInstance() {
68 return instance;
69 }
70
71//#ifdef SMILES
72 public Vector getSmileTable() { return smileTable; }

Callers 3

parseMethod · 0.95
getInstanceMethod · 0.95
SmilePickerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected