Add demonic gorilla plugin
This commit is contained in:
@@ -92,4 +92,13 @@ public interface RSActor extends RSRenderable, Actor
|
||||
|
||||
@Import("spotAnimFrameCycle")
|
||||
int getSpotAnimFrameCycle();
|
||||
|
||||
@Import("hitsplatValues")
|
||||
int[] getHitsplatValues();
|
||||
|
||||
@Import("hitsplatTypes")
|
||||
int[] getHitsplatTypes();
|
||||
|
||||
@Import("hitsplatCycles")
|
||||
int[] getHitsplatCycles();
|
||||
}
|
||||
|
||||
@@ -72,4 +72,8 @@ public interface RSNPCComposition extends NPCComposition
|
||||
@Import("size")
|
||||
@Override
|
||||
int getSize();
|
||||
|
||||
@Import("headIcon")
|
||||
@Override
|
||||
int getOverheadIcon();
|
||||
}
|
||||
|
||||
@@ -57,4 +57,8 @@ public interface RSPlayer extends RSActor, Player
|
||||
@Import("isFriend")
|
||||
@Override
|
||||
boolean isFriend();
|
||||
|
||||
@Import("overheadIcon")
|
||||
@Override
|
||||
int getOverheadIcon();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user