PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
Loading...
Searching...
No Matches
pocketmine\entity\AttributeFactory Class Reference
+ Collaboration diagram for pocketmine\entity\AttributeFactory:

Public Member Functions

 get (string $id)
 
 mustGet (string $id)
 
 register (string $id, float $minValue, float $maxValue, float $defaultValue, bool $shouldSend=true)
 

Detailed Description

Definition at line 28 of file AttributeFactory.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\entity\AttributeFactory::__construct ( )

Definition at line 34 of file AttributeFactory.php.

Member Function Documentation

◆ get()

pocketmine\entity\AttributeFactory::get ( string $id)

Definition at line 54 of file AttributeFactory.php.

◆ mustGet()

pocketmine\entity\AttributeFactory::mustGet ( string $id)

Definition at line 58 of file AttributeFactory.php.

◆ register()

pocketmine\entity\AttributeFactory::register ( string $id,
float $minValue,
float $maxValue,
float $defaultValue,
bool $shouldSend = true )
Exceptions

InvalidArgumentException

Definition at line 69 of file AttributeFactory.php.


The documentation for this class was generated from the following file: