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

Method d

Minecraft-Utils/1.12/src/GuiList.java:402–405  ·  view source on GitHub ↗

@return x-coordinate of the scroll bar

()

Source from the content-addressed store, hash-verified

400 * @return x-coordinate of the scroll bar
401 */
402 @Override
403 protected int d() {
404 return scrollX > 0 ? scrollX : super.d();
405 }
406
407 /**
408 * @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
renderInInventoryMethod · 0.45
getDisplayNameMethod · 0.45
disableAlphaMethod · 0.45
aMethod · 0.45
renderMethod · 0.45
aMethod · 0.45
compareMethod · 0.45
filterMethod · 0.45
callMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected