MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / pageRight

Method pageRight

src/main/java/Client/SmilePicker.java:177–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176 }
177 public void pageRight(){
178 if ( xCursor < ( (cursor<lines-1)?(xCnt-1):(xLastCnt-1) ) ) {
179 xCursor++;
180 setRotator();
181 } else {
182 if (cursor==lines-1) return;
183 xCursor=0;
184 keyDwn();
185 }
186 }
187 public void keyDwn(){
188 super.keyDwn();
189 if (cursor!=lines-1)

Callers 1

doKeyActionMethod · 0.45

Calls 2

keyDwnMethod · 0.95
setRotatorMethod · 0.80

Tested by

no test coverage detected