PocketMine-MP 5.24.1 git-39e69276a1bbe86ebd583e834381e5bc73948564
|
Public Member Functions | |
__construct (private string $id, private float $min, private float $max, private float $current, private float $default, private array $modifiers) | |
getCurrent () | |
getDefault () | |
getId () | |
getMax () | |
getMin () | |
getModifiers () | |
Definition at line 17 of file vendor/pocketmine/bedrock-protocol/src/types/entity/Attribute.php.
pocketmine\network\mcpe\protocol\types\entity\Attribute::__construct | ( | private string | $id, |
private float | $min, | ||
private float | $max, | ||
private float | $current, | ||
private float | $default, | ||
private array | $modifiers ) |
AttributeModifier[] | $modifiers |
Definition at line 21 of file vendor/pocketmine/bedrock-protocol/src/types/entity/Attribute.php.
pocketmine\network\mcpe\protocol\types\entity\Attribute::getCurrent | ( | ) |
Definition at line 42 of file vendor/pocketmine/bedrock-protocol/src/types/entity/Attribute.php.
pocketmine\network\mcpe\protocol\types\entity\Attribute::getDefault | ( | ) |
Definition at line 46 of file vendor/pocketmine/bedrock-protocol/src/types/entity/Attribute.php.
pocketmine\network\mcpe\protocol\types\entity\Attribute::getId | ( | ) |
Definition at line 30 of file vendor/pocketmine/bedrock-protocol/src/types/entity/Attribute.php.
pocketmine\network\mcpe\protocol\types\entity\Attribute::getMax | ( | ) |
Definition at line 38 of file vendor/pocketmine/bedrock-protocol/src/types/entity/Attribute.php.
pocketmine\network\mcpe\protocol\types\entity\Attribute::getMin | ( | ) |
Definition at line 34 of file vendor/pocketmine/bedrock-protocol/src/types/entity/Attribute.php.
pocketmine\network\mcpe\protocol\types\entity\Attribute::getModifiers | ( | ) |
Definition at line 53 of file vendor/pocketmine/bedrock-protocol/src/types/entity/Attribute.php.