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

Method getListWidth

src/main/java/ui/VirtualList.java:1217–1219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1215 }
1216
1217 public int getListWidth() {
1218 return width-scrollbar.getScrollWidth()-2;
1219 }
1220 public static int messagesWidth = 0;
1221
1222

Callers 5

sizeChangedMethod · 0.95
paintMethod · 0.95
setRotatorMethod · 0.95
getVWidthMethod · 0.80
MultiLineMethod · 0.80

Calls 1

getScrollWidthMethod · 0.80

Tested by

no test coverage detected