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

Method moveCursorEnd

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

Source from the content-addressed store, hash-verified

684 }
685
686 public void moveCursorEnd(){
687 stickyWindow=true;
688 int count=getItemCount();
689 if (cursor>=0) cursor=(count==0)?0:count-1;
690 redraw();
691 setRotator();
692
693 }
694
695 public void moveCursorTo(int index){
696 int count = getItemCount();

Callers 6

doKeyActionMethod · 0.95
doUserKeyActionMethod · 0.95
keyUpMethod · 0.95
messageStoreMethod · 0.95
eventOkMethod · 0.45
gotoEndMethod · 0.45

Calls 3

getItemCountMethod · 0.95
redrawMethod · 0.95
setRotatorMethod · 0.95

Tested by

no test coverage detected