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

Method d

Minecraft-Utils/1.8/src/GuiList.java:416–419  ·  view source on GitHub ↗

@return x-coordinate of the scroll bar

()

Source from the content-addressed store, hash-verified

414 * @return x-coordinate of the scroll bar
415 */
416 @Override
417 protected int d() {
418 return scrollX > 0 ? scrollX : super.d();
419 }
420
421 /**
422 * @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
renderMethod · 0.45
aMethod · 0.45
compareMethod · 0.45
filterMethod · 0.45
getSignTextMethod · 0.45
setSignTextMethod · 0.45
drawGradientRectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected