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

Method setMaxStringLength

Minecraft-Utils/1.12/src/Textfield.java:173–176  ·  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

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

Callers 1

TextfieldMethod · 0.95

Calls 1

fMethod · 0.45

Tested by

no test coverage detected