MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / setText

Method setText

src/main/java/ui/controls/form/ListItem.java:49–51  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

47 }
48
49 public void setText(String text) {
50 this.text = text;
51 }
52
53 public String toString() { return text; }
54}

Callers 1

eventOkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected