MCPcopy Create free account
hub / github.com/e2wugui/zeze / setIp

Method setIp

ZezeJava/ZezeJava/src/main/java/Zeze/Net/Acceptor.java:44–46  ·  view source on GitHub ↗
(@Nullable String ip)

Source from the content-addressed store, hash-verified

42 }
43
44 public final void setIp(@Nullable String ip) {
45 this.ip = ip != null ? ip : "";
46 }
47
48 public final int getPort() {
49 return port;

Callers 5

SimpleAppMethod · 0.45
registerServiceMethod · 0.45
OnHandshakeDoneMethod · 0.45
startMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by 1

SimpleAppMethod · 0.36