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

Method next

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

Source from the content-addressed store, hash-verified

113 }
114
115 public boolean next() {
116 if(size()>0) {
117 popUps.removeElementAt(0);
118 scrollable=SCROLLABLE_NONE;
119 startLine=0;
120 return true;
121 }
122 return false;
123 }
124
125 private void scrollDown() {
126 if (scrollable==SCROLLABLE_DOWN || scrollable==SCROLLABLE_BOTH) {

Callers 15

goToMsgListMethod · 0.95
handlePressedMethod · 0.95
mousePressedMethod · 0.80
terminateThreadsMethod · 0.80
runMethod · 0.80
terminateTimersMethod · 0.80
getSoftButtonMethod · 0.80
getGameActionMethod · 0.80
getKeyNameMethod · 0.80

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected