Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.45
injectedMain
Method · 0.45
showException
Method · 0.45
getListCellRendererComponent
Method · 0.45
loadOverridingJars
Method · 0.45
u_log
Method · 0.45
serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected