MCPcopy Create free account
hub / github.com/ViaVersion/ViaProxy / getName

Method getName

src/main/java/net/raphimc/viaproxy/ui/UITab.java:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public String getName() {
38 return this.name;
39 }
40
41 public void add(final JTabbedPane tabbedPane) {
42 tabbedPane.addTab(this.name, this.contentPane);

Callers 7

mainMethod · 0.45
injectedMainMethod · 0.45
showExceptionMethod · 0.45
loadOverridingJarsMethod · 0.45
u_logMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected