| 
    PocketMine-MP 5.37.1 git-cef37e7835c666594588f957a47b27d521c6a58e
    
   | 
 
 Collaboration diagram for pocketmine\item\ArmorMaterial:Public Member Functions | |
| __construct (private readonly int $enchantability, private readonly ?Sound $equipSound=null) | |
| getEnchantability () | |
| getEquipSound () | |
Definition at line 28 of file ArmorMaterial.php.
| pocketmine\item\ArmorMaterial::__construct | ( | private readonly int | $enchantability, | 
| private readonly ?Sound | $equipSound = null ) | 
Definition at line 30 of file ArmorMaterial.php.
| pocketmine\item\ArmorMaterial::getEnchantability | ( | ) | 
Returns the value that defines how enchantable the item is.
The higher an item's enchantability is, the more likely it will be to gain high-level enchantments or multiple enchantments upon being enchanted in an enchanting table.
Definition at line 42 of file ArmorMaterial.php.
| pocketmine\item\ArmorMaterial::getEquipSound | ( | ) | 
Returns the sound that plays when equipping the armor
Definition at line 49 of file ArmorMaterial.php.