MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getScrollWidth

Method getScrollWidth

src/main/java/ui/controls/ScrollBar.java:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 public int getScrollWidth() {
105 return scrollWidth;
106 }
107
108 public boolean pointerPressed(int x, int y, VirtualList v) {
109 if (size==0) return false;

Callers 3

paintMethod · 0.80
getListWidthMethod · 0.80
SmilePickerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected