|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\entity\Attribute: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.