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

Method isFocused

Minecraft-Utils/1.13/src/Textfield.java:74–77  ·  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

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

Callers

nothing calls this directly

Calls 1

mMethod · 0.45

Tested by

no test coverage detected