File Details
PlayerHeads 5.2.9 API
- R
- Jun 25, 2020
- 14.81 KB
- 274
- 1.16+9
File Name
PlayerHeads-api.jar
Supported Versions
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8.1
- 1.8
PlayerHeads 5.2.9 API (from 1.16 support build 1)
- added: CompatibilityProvider.getEntityTypeFromTypename(String) to retrieve the relevant entity type despite version-specific naming
(eg: PIG_ZOMBIE and ZOMBIFIED_PIGLIN both map to PIG_ZOMBIE in 1.8-1.15.2 but map to ZOMBIFIED_PIGLIN in 1.16+)
This was necessary to ensure future EntityType renames in Bukkit/Spigot-API can be handled all at once in the implementation of this method rather than introduce version-specific checks outside of CompatibilityProviders.
This change is backwards compatible with the previous major change, 5.2.0 API.
5.2+ API Documentation: https://crashdemons.github.io/PlayerHeads/
Instructions on using as a maven dependency can be found on the 4.10.0 API page.