MCPcopy 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

initMethod · 0.80
updateSelectionsMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected