Add demonic gorilla plugin

This commit is contained in:
WooxSolo
2018-04-28 11:35:52 -04:00
committed by Adam
parent 1966bba3c9
commit ef9c1ae0c5
12 changed files with 1126 additions and 1 deletions

View File

@@ -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();
}

View File

@@ -72,4 +72,8 @@ public interface RSNPCComposition extends NPCComposition
@Import("size")
@Override
int getSize();
@Import("headIcon")
@Override
int getOverheadIcon();
}

View File

@@ -57,4 +57,8 @@ public interface RSPlayer extends RSActor, Player
@Import("isFriend")
@Override
boolean isFriend();
@Import("overheadIcon")
@Override
int getOverheadIcon();
}