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

Method d

Minecraft-Utils/1.7.10/src/GuiList.java:456–459  ·  view source on GitHub ↗

@return x-coordinate of the scroll bar

()

Source from the content-addressed store, hash-verified

454 * @return x-coordinate of the scroll bar
455 */
456 @Override
457 protected int d() {
458 return scrollX > 0 ? scrollX : super.d();
459 }
460
461 /**
462 * @return the id of the clicked row, or -1 if no row has been clicked

Callers 15

aMethod · 0.95
handleMouseInputMethod · 0.95
cMethod · 0.95
renderMethod · 0.45
compareMethod · 0.45
filterMethod · 0.45
drawMethod · 0.45
setChatLineMethod · 0.45
drawComponentHoverMethod · 0.45
getChatComponentMethod · 0.45
getChatWidthMethod · 0.45
getChatHeightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected