Performance improvements & Better handling of animated models
Optimised Model Ticking
- Removed HashSets being created every update tick
- Removed un-required list object copying and concatination operations
Breaking Changes:
- Now use AnimatedModel for a Model with animations
- animationTick renamed to doAnimationTick.
- Parameter "playersInAnimationDistance" HashSet no longer provided. Use getPlayersInAnimDistance() or playersInAnimationDistance variable directly