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

Method moveCursorHome

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

Source from the content-addressed store, hash-verified

199 }
200
201 public void moveCursorHome() {
202 super.moveCursorHome();
203 xCursor=0;
204 }
205
206 public String getTipString() {
207 return (String) smileTable.elementAt(cursor*xCnt+xCursor);

Callers 4

XMLListMethod · 0.45
doKeyActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected