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

Method d

Minecraft-Utils/1.10/src/GuiList.java:401–404  ·  view source on GitHub ↗

@return x-coordinate of the scroll bar

()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected