Package-level declarations
Describes player armor model data exposed by the API.
The package contains value contracts for armor items and the grouped armor state associated with a player model. It keeps armor metadata independent from Bukkit, Fabric, or other platform inventory classes.
Example:
PlayerArmor armor = PlayerArmor.EMPTY;
ArmorItem helmet = armor.helmet();
Content copied to clipboard
Since
3.2.0