Skip to content

Stable Build & Better Performance

Latest
Compare
Choose a tag to compare
@lewysDavies lewysDavies released this 28 May 14:51
· 3 commits to master since this release

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