R.Player API 2019
R.Player API 2019 is a client-side API specifically designed to simplify working with character visual components in Minecraft. This library provides mod developers with access to key classes responsible for displaying game characters.
Main Features
The API includes three essential classes:
- RenderPlayer - managing character rendering process
- ModelPlayer - working with player models
- ModelBiped - handling bipedal character models
One of the main features of this library is effective prevention of conflicts between different mods, ensuring stable operation of all installed add-ons.
This project is created for the convenience of Curse client users and significantly simplifies the development of modifications related to the visual representation of characters in the game.