api: fix loopback in mixin

This commit is contained in:
therealunull
2020-12-09 22:32:18 -05:00
parent 80b8c4cd45
commit c87ac83c6a
3 changed files with 5 additions and 2 deletions

View File

@@ -32,4 +32,7 @@ public interface RSClientPreferences extends Preferences
@Import("musicVolume")
@Override
int getMusicVolume();
@Import("musicVolume")
void setMusicVolume(int i);
}