api: add isFollower to NPCComposition
This commit is contained in:
@@ -96,4 +96,11 @@ public interface NPCComposition extends ParamHolder
|
|||||||
* Gets the displayed overhead icon of the NPC.
|
* Gets the displayed overhead icon of the NPC.
|
||||||
*/
|
*/
|
||||||
HeadIcon getOverheadIcon();
|
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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user