PlayerHeads 5.2.9 API

Details

  • Filename
    PlayerHeads-api.jar
  • Uploaded by
  • Uploaded
    Jun 25, 2020
  • Size
    14.81 KB
  • Downloads
    165
  • MD5
    90aabb8a8347dcda8b480139983fbc99

Supported Bukkit Versions

  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8

Changelog

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.