Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ isUseClassTreeView
Method
isUseClassTreeView
src/main/java/matcher/gui/Gui.java:367–369 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
365
}
366
367
public
boolean isUseClassTreeView() {
368
return
useClassTreeView;
369
}
370
371
public
void
setUseClassTreeView(boolean value) {
372
if
(this.useClassTreeView == value)
return
;
Callers
3
onViewChange
Method · 0.80
init
Method · 0.80
updateSelections
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected