|
PocketMine-MP 5.37.4 git-dbb3eefc44d5dddb20f540594fbda61467f50873
|
Collaboration diagram for pocketmine\item\ArmorTypeInfo: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.