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

Method getInstance

src/main/java/core/packetproxy/common/UniqueID.java:26–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 private static UniqueID instance;
25
26 public static UniqueID getInstance() throws Exception {
27 if (instance == null) {
28
29 instance = new UniqueID();
30 }
31 return instance;
32 }
33
34 private long lastId = 0;
35

Callers 15

onClientChunkReceivedMethod · 0.95
onServerChunkReceivedMethod · 0.95
onClientChunkSendMethod · 0.95
setGroupIdMethod · 0.95
setGroupIdMethod · 0.95
setGroupIdMethod · 0.95
setGroupIdMethod · 0.95
setGroupIdMethod · 0.95
md5Method · 0.45
sha1Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected