Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getDecompiler
Method
getDecompiler
src/main/java/matcher/gui/Gui.java:450–452 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
448
}
449
450
public
BuiltinDecompiler getDecompiler() {
451
return
decompiler;
452
}
453
454
public
void
setDecompiler(BuiltinDecompiler value) {
455
if
(this.decompiler == value)
return
;
Callers
3
init
Method · 0.80
updateSelections
Method · 0.80
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected