PocketMine-MP 5.30.2 git-a3efaad328eb84a64fe92b829efaa628e05c5849
|
Public Member Functions | |
__construct (private int $defensePoints, private int $maxDurability, private int $armorSlot, private int $toughness=0, private bool $fireProof=false, ?ArmorMaterial $material=null) | |
getArmorSlot () | |
getDefensePoints () | |
getMaterial () | |
getMaxDurability () | |
getToughness () | |
isFireProof () | |
Definition at line 26 of file ArmorTypeInfo.php.
pocketmine\item\ArmorTypeInfo::__construct | ( | private int | $defensePoints, |
private int | $maxDurability, | ||
private int | $armorSlot, | ||
private int | $toughness = 0, | ||
private bool | $fireProof = false, | ||
?ArmorMaterial | $material = null ) |
Definition at line 29 of file ArmorTypeInfo.php.
pocketmine\item\ArmorTypeInfo::getArmorSlot | ( | ) |
Definition at line 48 of file ArmorTypeInfo.php.
pocketmine\item\ArmorTypeInfo::getDefensePoints | ( | ) |
Definition at line 40 of file ArmorTypeInfo.php.
pocketmine\item\ArmorTypeInfo::getMaterial | ( | ) |
Definition at line 60 of file ArmorTypeInfo.php.
pocketmine\item\ArmorTypeInfo::getMaxDurability | ( | ) |
Definition at line 44 of file ArmorTypeInfo.php.
pocketmine\item\ArmorTypeInfo::getToughness | ( | ) |
Definition at line 52 of file ArmorTypeInfo.php.
pocketmine\item\ArmorTypeInfo::isFireProof | ( | ) |
Definition at line 56 of file ArmorTypeInfo.php.