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();

Since

3.2.0

Types

Link copied to clipboard
Armor item
Link copied to clipboard
interface PlayerArmor
Player armor