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

Method getTextfieldById

Mod Utils/src/eu/the5zig/mod/gui/Gui.java:379–381  ·  view source on GitHub ↗

Gets a Textfield by its id @param id The id of the Textfield. @return The Textfield by its id.

(int id)

Source from the content-addressed store, hash-verified

377 * @return The Textfield by its id.
378 */
379 public ITextfield getTextfieldById(int id) {
380 return textFieldIdLookup.get(id);
381 }
382
383 /**
384 * Gets the buttonList

Callers 15

onTickMethod · 0.80
handleMethod · 0.80
tickMethod · 0.80
onSelectMethod · 0.80
onKeyTypeMethod · 0.80
tickMethod · 0.80
doGroupChatStuffMethod · 0.80
enableDisableButtonsMethod · 0.80
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
initGuiMethod · 0.80
actionPerformedMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected