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

Method setMaxStringLength

Minecraft-Utils/1.13/src/Textfield.java:174–177  ·  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

172 * @param length The max String length of the Text.
173 */
174 @Override
175 public void setMaxStringLength(int length) {
176 f(length);
177 }
178
179 /**
180 * Gets the current Text of the Textfield.

Callers 1

TextfieldMethod · 0.95

Calls 1

fMethod · 0.45

Tested by

no test coverage detected