Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ ViewMenu
Method
ViewMenu
src/main/java/matcher/gui/menu/ViewMenu.java:20–26 ·
view source on GitHub ↗
(Gui gui)
Source
from the content-addressed store, hash-verified
18
19
public
class
ViewMenu extends Menu implements IGuiComponent {
20
ViewMenu(Gui gui) {
21
super(
"View"
);
22
23
this.gui = gui;
24
25
init();
26
}
27
28
private
void
init() {
29
sortSourceToggleGroup =
new
ToggleGroup();
Callers
nothing calls this directly
Calls
1
init
Method · 0.95
Tested by
no test coverage detected