Change RS api types to the ones used in rsclient
This commit is contained in:
@@ -454,11 +454,11 @@ public interface RSClient extends RSGameShell, Client
|
||||
|
||||
@Import("archive8")
|
||||
@Override
|
||||
RSAbstractArchive getIndexSprites();
|
||||
RSArchive getIndexSprites();
|
||||
|
||||
@Import("archive12")
|
||||
@Override
|
||||
RSAbstractArchive getIndexScripts();
|
||||
RSArchive getIndexScripts();
|
||||
|
||||
@Import("widgetClickMasks")
|
||||
@Override
|
||||
@@ -1040,7 +1040,7 @@ public interface RSClient extends RSGameShell, Client
|
||||
RSPcmStreamMixer getSoundEffectAudioQueue();
|
||||
|
||||
@Import("archive4")
|
||||
RSAbstractArchive getIndexCache4();
|
||||
RSArchive getIndexCache4();
|
||||
|
||||
@Import("decimator")
|
||||
RSDecimator getSoundEffectResampler();
|
||||
|
||||
@@ -446,7 +446,7 @@ public interface RSWidget extends Widget
|
||||
|
||||
@Import("getFont")
|
||||
@Override
|
||||
RSAbstractFont getFont();
|
||||
RSFont getFont();
|
||||
|
||||
@Import("fill")
|
||||
@Override
|
||||
|
||||
@@ -5,7 +5,7 @@ import net.runelite.mapping.Import;
|
||||
|
||||
public interface RSWorldMapElement extends RSDualNode, MapElementConfig
|
||||
{
|
||||
@Import("getSprite")
|
||||
@Import("getSpriteBool")
|
||||
@Override
|
||||
RSSprite getMapIcon(boolean var1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user