MCPcopy Create free account
hub / github.com/FabricMC/Matcher / getAddress

Method getAddress

src/main/java/matcher/config/UidConfig.java:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 public InetSocketAddress getAddress() {
32 if (host.isEmpty() || port <= 0) return null;
33
34 return new InetSocketAddress(host, port);
35 }
36
37 public String getUser() {
38 return user;

Callers 3

importMatchesMethod · 0.95
submitMatchesMethod · 0.95
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected