Narrow down onVolumeChanged to only volume changed's
This commit is contained in:
@@ -1117,4 +1117,7 @@ public interface RSClient extends RSGameShell, Client
|
||||
*/
|
||||
@Import("Login_promptCredentials")
|
||||
void promptCredentials(boolean clearPass);
|
||||
|
||||
@Import("VarpDefinition_get")
|
||||
RSVarpDefinition getVarpDefinition(int id);
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package net.runelite.rs.api;
|
||||
|
||||
import net.runelite.mapping.Import;
|
||||
|
||||
public interface RSVarpDefinition extends RSDualNode
|
||||
{
|
||||
@Import("type")
|
||||
int getType();
|
||||
}
|
||||
Reference in New Issue
Block a user