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

Method onClassSelect

src/main/java/matcher/gui/tab/BytecodeTab.java:42–47  ·  view source on GitHub ↗
(ClassInstance cls)

Source from the content-addressed store, hash-verified

40 }
41
42 @Override
43 public void onClassSelect(ClassInstance cls) {
44 selectedClass = cls;
45 if (updateNeeded == 0) updateNeeded = 1;
46 if (tabSelected) update();
47 }
48
49 @Override
50 public void onViewChange(ViewChangeCause cause) {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected