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

Method onMethodSelect

src/main/java/matcher/gui/tab/BytecodeTab.java:87–94  ·  view source on GitHub ↗
(MethodInstance method)

Source from the content-addressed store, hash-verified

85 }
86
87 @Override
88 public void onMethodSelect(MethodInstance method) {
89 selectedMember = method;
90
91 if (tabSelected && method != null) {
92 select(HtmlUtil.getId(method));
93 }
94 }
95
96 @Override
97 public void onFieldSelect(FieldInstance field) {

Callers 1

onSelectStateChangeMethod · 0.95

Calls 2

getIdMethod · 0.95
selectMethod · 0.80

Tested by

no test coverage detected