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

Method isFocused

Minecraft-Utils/1.12.2/src/Textfield.java:73–76  ·  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

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

Callers

nothing calls this directly

Calls 1

mMethod · 0.45

Tested by

no test coverage detected