MCPcopy Index your code
hub / github.com/ViaVersion/ViaProxy / getConfig

Method getConfig

src/main/java/net/raphimc/viaproxy/ViaProxy.java:333–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 }
332
333 public static ViaProxyConfig getConfig() {
334 return CONFIG;
335 }
336
337 public static ChannelGroup getConnectedClients() {
338 return CLIENT_CHANNELS;

Callers 15

getMpPassMethod · 0.95
channelReadMethod · 0.95
fillPlayerDataMethod · 0.95
joinServerMethod · 0.95
initializeMethod · 0.95
initializeMethod · 0.95
initializeRakNetMethod · 0.95
initializeNetherNetMethod · 0.95
initializeMethod · 0.95
initChannelMethod · 0.95
handleHandshakeMethod · 0.95
connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected