Player API gives third party mods managed access to the main player class
Player API is an API which provides access to
- the client class “EntityPlayerSP” aka “aym” or
- the server class “EntityPlayerMP” aka “ih” or
- the bukkit class “EntityPlayer”
while minimizing conflicts between mods.
Installation:
For installation instructions:
- make sure you download the right file:
- Client for client side mods that require Player API client
- Server for server side mods that require Player API server
- Bukkit for bukkit mods that require Player API bukkit
- read the “installation” section of your download’s readme files
Incompatibilities
- Player API server is compatible with Minecraft Forge server, just install Player API server after Minecraft Forge server.
Universal 1.0 (for Minecraft 1.4.2) – Combined Player API client and Player API server to Player API universal, upgraded to Minecraft 1.4.2, added client hook “interact”