Mainly handles
Player Models - the thing which decides what
base and armor model the player has and how it is rendered (shadow, render scale), the size of the
collision box (axisalignedBoundingBox, aaBB) and the
camera options (height and distance).The settings (what model you had recently) is stored in PMAPI.dat in the ".minecraft"-folder
The API automatically collects all
PMAPI Add-On's (like the standard model pack) and installs their player models.
Already installed models are:
Human
To make it clear: This is the Player Model API and does NOT change the behavior nor the abilities of the player!
If you like to know more about it, download the code or pm me!