runelite-api: expand hint arrow api

This commit is contained in:
Adam
2018-05-21 08:20:48 -04:00
parent 2c5284d597
commit 0fe49ec2df
2 changed files with 85 additions and 0 deletions

View File

@@ -346,6 +346,8 @@ public interface Client extends GameEngine
boolean hasHintArrow();
HintArrowType getHintArrowType();
void clearHintArrow();
void setHintArrow(WorldPoint point);
@@ -354,6 +356,12 @@ public interface Client extends GameEngine
void setHintArrow(NPC npc);
WorldPoint getHintArrowPoint();
Player getHintArrowPlayer();
NPC getHintArrowNpc();
boolean isInterpolatePlayerAnimations();
void setInterpolatePlayerAnimations(boolean interpolate);