MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / scroll

Method scroll

src/main/java/com/volmit/adapt/util/UIWindow.java:262–268  ·  view source on GitHub ↗
(int direction)

Source from the content-addressed store, hash-verified

260 }
261
262 @Override
263 public UIWindow scroll(int direction) {
264 viewportPosition = (int) clip(viewportPosition + direction, 0, getMaxViewportPosition()).doubleValue();
265 updateInventory();
266
267 return this;
268 }
269
270 @Override
271 public int getViewportHeight() {

Callers 2

onMethod · 0.95
setViewportPositionMethod · 0.95

Calls 3

clipMethod · 0.95
updateInventoryMethod · 0.95

Tested by

no test coverage detected