api: add isFollower to NPCComposition

This commit is contained in:
Adam
2022-03-08 19:13:18 -05:00
parent 93d483db7b
commit 6aba1e3894

View File

@@ -96,4 +96,11 @@ public interface NPCComposition extends ParamHolder
* Gets the displayed overhead icon of the NPC.
*/
HeadIcon getOverheadIcon();
/**
* If the npc is a follower, such as a pet. Is affected by the
* "Move follower options lower down" setting.
* @return
*/
boolean isFollower();
}