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

Method getNameType

src/main/java/matcher/gui/Gui.java:436–438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434 }
435
436 public NameType getNameType() {
437 return nameType;
438 }
439
440 public void setNameType(NameType value) {
441 if (this.nameType == value) return;

Callers 13

updateClassTreeMethod · 0.80
getNameMethod · 0.80
getMappedNameMethod · 0.80
getTextMethod · 0.80
updateResultsMethod · 0.80
initMethod · 0.80
updateSelectionsMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected