57585960616263
}, KEY_DELAY_MILLIS); } private void scroll(int scrollChange) { this.selectionIndex = NumberUtils.wrapIndex(this.selectionIndex + scrollChange, this.maxEntries - 1); this.bus.broadcast(new MenuSelectionChanged(this.selectionIndex)); }
4748495051525354
for(Component component : menuComponents) { this.bus.broadcast(new ComponentAddition(component)); } bus.send(new MenuSelectionChanged(0), this.menuEntityId); }