MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getInstance

Method getInstance

src/main/java/core/packetproxy/gui/GUIPacket.java:51–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 // }
50
51 public static GUIPacket getInstance() throws Exception {
52 if (instance == null) {
53
54 instance = new GUIPacket();
55 }
56 return instance;
57 }
58
59 private GUIPacket() throws Exception {
60 this.owner = GUIHistory.getOwner();

Callers 4

GUIHistoryMethod · 0.95
actionPerformedMethod · 0.95
RawTextPaneMethod · 0.95
actionPerformedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected