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

Method draw

Minecraft-Utils/1.8.9/src/Textfield.java:219–221  ·  view source on GitHub ↗

Draws the Textfield. Called from Gui when iterating through all textfields.

()

Source from the content-addressed store, hash-verified

217 * Draws the Textfield. Called from Gui when iterating through all textfields.
218 */
219 public void draw() {
220 g();
221 }
222}

Callers

nothing calls this directly

Calls 1

gMethod · 0.80

Tested by

no test coverage detected