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

Method getServerPort

src/main/java/core/packetproxy/model/Packet.java:214–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 }
213
214 public int getServerPort() {
215 return this.server_port;
216 }
217
218 public String getServerName() {
219 return this.server_name;

Callers 2

actionPerformedMethod · 0.95
buildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected