- Thread Author
- #1
Changelog
- Switched from annotation based manifests to xml based manifests
- Removed API bloat
- Npcs.getNearest
- GameObjects.getNearest
- GroundItems.getNearest
- etc...
- Npcs.getLoaded (and similar) now return LocatableQueryResults, which means you can easily call nearest, nearestTo, furthest, furthestTo, and of course more complex queries like sortByDistance().subList(0,3).random()