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

Method f

Minecraft-Utils/1.13/src/GuiList.java:382–385  ·  view source on GitHub ↗

@return x-coordinate of the scroll bar

()

Source from the content-addressed store, hash-verified

380 * @return x-coordinate of the scroll bar
381 */
382 @Override
383 protected int f() {
384 return scrollX > 0 ? scrollX : super.f();
385 }
386
387 /**
388 * @return the id of the clicked row, or -1 if no row has been clicked

Callers 3

handleMouseInputMethod · 0.95
aMethod · 0.95
mouseDraggedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected