File Details
animationjs-1.19.2-0.0.7.jar
- R
- May 12, 2024
- 48.37 KB
- 218
- 1.19.2
- Forge
File Name
animationjs-1.19.2-0.0.7.jar
Supported Versions
- 1.19.2
Curse Maven Snippet
New Features:
- Added
getRenderContext()method toplayerRendererevent. This method provides scripters with access to aPlayerRenderContext, allowing them to customize item rendering on the player's body with configurable rotation and position. - Added
cancelDefaultRender()method toplayerRendererevent. This method allows scripters to cancel the default rendering behavior during theplayerRendererevent. - Added
renderBodyItem()method toplayerRendererevent. This method enables scripters to render item stacks on the player's body, with options for configuring rotation and position.
Improvements:
- Improved various
probejstypings to enhance code readability and maintainability.