Skip to content

Commit b072ea4

Browse files
committed
add javadoc
1 parent 90ffa88 commit b072ea4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/dev/isxander/controlify/compatibility/yacl/screenop/OptionListWidgetComponentProcessor.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ public OptionListWidgetComponentProcessor(OptionListWidget optionListWidget) {
1919
this.optionListWidget = optionListWidget;
2020
}
2121

22+
/**
23+
* Allows navigating between groups using secondary navigation up/down.
24+
*/
2225
@Override
2326
public boolean overrideControllerNavigation(ScreenProcessor<?> screen, ControllerEntity controller) {
2427
boolean up = ControlifyBindings.GUI_SECONDARY_NAVI_UP.on(controller).justPressed();

0 commit comments

Comments
 (0)