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

Method getValue

src/main/java/ui/controls/form/TextInput.java:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 public String getValue() {
136 return (text==null)?"":text;
137 }
138
139 public void setValue(String text) { this.text=(text==null)?"":text; }
140

Callers 2

toStringMethod · 0.95
getTextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected