Name | navigator_look_at |
Object | NPCTag |
Input | LocationTag |
Related Tags | <NPCTag.navigator_look_at> Returns the location the NPC will currently look at while moving, if any.
|
Description | Sets the location the NPC will currently look at while moving.
Give no value to let the NPC automatically look where it's going. Should be set after the NPC has started moving. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/NPCTag.java#L1945 |