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

Method setMaxStringLength

Minecraft-Utils/1.11/src/Textfield.java:161–163  ·  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

159 * @param length The max String length of the Text.
160 */
161 public void setMaxStringLength(int length) {
162 f(length);
163 }
164
165 /**
166 * Gets the current Text of the Textfield.

Callers 1

TextfieldMethod · 0.95

Calls 1

fMethod · 0.45

Tested by

no test coverage detected