Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
paint
Method · 0.80
getListWidth
Method · 0.80
SmilePicker
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected