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

Method moveFocusToGroup

src/main/java/Client/Roster.java:1746–1754  ·  view source on GitHub ↗
(int direction)

Source from the content-addressed store, hash-verified

1744 }
1745
1746 public void moveFocusToGroup(int direction) {
1747 if (getItemCount() > 0) {
1748 int newpos = searchGroup(direction);
1749 if (newpos > -1) {
1750 moveCursorTo(newpos);
1751 setRotator();
1752 }
1753 }
1754 }
1755
1756 public void blockScreen() {
1757 AutoStatus.getInstance().appLocked();

Callers 2

doKeyActionMethod · 0.95
doUserKeyActionMethod · 0.95

Calls 4

searchGroupMethod · 0.95
moveCursorToMethod · 0.80
setRotatorMethod · 0.80
getItemCountMethod · 0.45

Tested by

no test coverage detected