| Name | <NPCTag.use_new_finder> |
| Returns | ElementTag(Boolean) |
| Mechanism | NPCTag.use_new_finder |
| Description | If output is 'true', the NPC uses the 'new' Citizens A-Star pathfinder.
if 'false', the NPC uses 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#L1079 |