runelite-api: expand hint arrow api
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user