MCPcopy Create free account
hub / github.com/FabricMC/Matcher / BytecodeTab

Method BytecodeTab

src/main/java/matcher/gui/tab/BytecodeTab.java:18–26  ·  view source on GitHub ↗
(Gui gui, ISelectionProvider selectionProvider, boolean unmatchedTmp)

Source from the content-addressed store, hash-verified

16
17public class BytecodeTab extends WebViewTab {
18 public BytecodeTab(Gui gui, ISelectionProvider selectionProvider, boolean unmatchedTmp) {
19 super("bytecode", "ui/templates/CodeViewTemplate.htm");
20
21 this.gui = gui;
22 this.selectionProvider = selectionProvider;
23 this.unmatchedTmp = unmatchedTmp;
24
25 update();
26 }
27
28 @Override
29 public void onSelectStateChange(boolean tabSelected) {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected