mes, metronome, npchighlight, npcunaggroarea, objectindicators
This commit is contained in:
@@ -849,7 +849,7 @@ public interface RSClient extends RSGameShell, Client
|
||||
|
||||
@Import("ItemDefinition_cached")
|
||||
@Override
|
||||
RSEvictingDualNodeHashTable getItemDefinitionCache();
|
||||
RSEvictingDualNodeHashTable getItemCompositionCache();
|
||||
|
||||
@Import("oculusOrbState")
|
||||
@Override
|
||||
|
||||
@@ -15,19 +15,19 @@ public interface RSClientPreferences extends Preferences
|
||||
|
||||
@Import("soundEffectsVolume")
|
||||
@Override
|
||||
int getSoundEffectsVolume();
|
||||
int getSoundEffectVolume();
|
||||
|
||||
@Import("soundEffectsVolume")
|
||||
@Override
|
||||
void setSoundEffectsVolume(int i);
|
||||
void setSoundEffectVolume(int i);
|
||||
|
||||
@Import("areaSoundEffectsVolume")
|
||||
@Override
|
||||
int getAreaSoundEffectsVolume();
|
||||
int getAreaSoundEffectVolume();
|
||||
|
||||
@Import("areaSoundEffectsVolume")
|
||||
@Override
|
||||
void setAreaSoundEffectsVolume(int i);
|
||||
void setAreaSoundEffectVolume(int i);
|
||||
|
||||
@Import("musicVolume")
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user