MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / setMaxStringLength

Method setMaxStringLength

Minecraft-Utils/1.7.10/src/Textfield.java:166–168  ·  view source on GitHub ↗

Sets the max String Length the Text of the Textfield can have. @param length The max String length of the Text.

(int length)

Source from the content-addressed store, hash-verified

164 * @param length The max String length of the Text.
165 */
166 public void setMaxStringLength(int length) {
167 f(length);
168 }
169
170 /**
171 * Gets the current Text of the Textfield.

Callers 1

TextfieldMethod · 0.95

Calls 1

fMethod · 0.45

Tested by

no test coverage detected