MCPcopy Create free account
hub / github.com/ZetaMap/MoreCommands / address

Method address

src/main/java/data/Switcher.java:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public String address() {
47 return this.ip + ":" + this.port;
48 }
49
50 public Host ping() {
51 Ping ping = new Ping();

Callers 3

getByIPMethod · 0.80
saveSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected