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

Method scrollDown

src/main/java/ui/controls/PopUp.java:125–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 }
124
125 private void scrollDown() {
126 if (scrollable==SCROLLABLE_DOWN || scrollable==SCROLLABLE_BOTH) {
127 Vector lines=((PopUpElement)popUps.elementAt(0)).getMessage();
128 if (lines.size()<1) return;
129 startLine++;
130 }
131 }
132
133 private void scrollUp() {
134 if (scrollable==SCROLLABLE_UP || scrollable==SCROLLABLE_BOTH) {

Callers 1

handlePressedMethod · 0.95

Calls 2

getMessageMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected