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

Method isFocused

Minecraft-Utils/1.11/src/Textfield.java:71–73  ·  view source on GitHub ↗

Checks, if this Textfield is currently focused/selected. @return if this Textfield is currently focused.

()

Source from the content-addressed store, hash-verified

69 * @return if this Textfield is currently focused.
70 */
71 public boolean isFocused() {
72 return m();
73 }
74
75 /**
76 * Sets focus to this Textfield.

Callers

nothing calls this directly

Calls 1

mMethod · 0.45

Tested by

no test coverage detected