| Name | use_new_finder |
| Object | NPCTag |
| Input | ElementTag(Boolean) |
| Related Tags | <NPCTag.use_new_finder> If output is 'true', the NPC uses the 'new' Citizens A-Star pathfinder. (...)
|
| Description | If input is 'true', causes the NPC to use the 'new' Citizens A-Star pathfinder.
if 'false', causes the NPC to use the 'old' minecraft vanilla mob pathfinder. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/NPCTag.java#L1934 |