Name | wander_yrange |
Object | NPCTag |
Input | ElementTag(Number) |
Related Tags | <NPCTag.wander_yrange> Returns the yrange for the NPC's wander Waypoint Provider, if that provider is in use.
|
Description | Sets the yrange for an NPC's wander path.
NPCTag.waypoint_provider must be set to 'wander' before setting wander_yrange. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/NPCTag.java#L1432 |