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

Method getCurrentScroll

Minecraft-Utils/1.7.10/src/GuiList.java:517–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

515 }
516
517 @Override
518 public float getCurrentScroll() {
519 try {
520 return scroll.getFloat(this);
521 } catch (IllegalAccessException e) {
522 throw new RuntimeException(e);
523 }
524 }
525
526 @Override
527 public void scrollTo(float to) {

Callers 6

aMethod · 0.95
handleMouseInputMethod · 0.95
mouseClickedMethod · 0.95
cMethod · 0.95
bindAmountScrolledMethod · 0.95
getHoverItemMethod · 0.95

Calls 1

getFloatMethod · 0.80

Tested by

no test coverage detected