|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Collaboration diagram for pocketmine\network\mcpe\protocol\types\skin\SkinAnimation:Public Member Functions | |
| __construct (private SkinImage $image, private int $type, private float $frames, private int $expressionType) | |
| getExpressionType () | |
| getFrames () | |
| getImage () | |
| getType () | |
Public Attributes | |
| const | EXPRESSION_BLINKING = 1 |
| const | EXPRESSION_LINEAR = 0 |
| const | TYPE_BODY_32 = 2 |
| const | TYPE_BODY_64 = 3 |
| const | TYPE_HEAD = 1 |
Definition at line 17 of file SkinAnimation.php.
| pocketmine\network\mcpe\protocol\types\skin\SkinAnimation::__construct | ( | private SkinImage | $image, |
| private int | $type, | ||
| private float | $frames, | ||
| private int | $expressionType ) |
Definition at line 26 of file SkinAnimation.php.
| pocketmine\network\mcpe\protocol\types\skin\SkinAnimation::getExpressionType | ( | ) |
Definition at line 54 of file SkinAnimation.php.
| pocketmine\network\mcpe\protocol\types\skin\SkinAnimation::getFrames | ( | ) |
The total amount of frames in an animation.
Definition at line 50 of file SkinAnimation.php.
| pocketmine\network\mcpe\protocol\types\skin\SkinAnimation::getImage | ( | ) |
Image of the animation.
Definition at line 36 of file SkinAnimation.php.
| pocketmine\network\mcpe\protocol\types\skin\SkinAnimation::getType | ( | ) |
The type of animation you are applying.
Definition at line 43 of file SkinAnimation.php.
| const pocketmine\network\mcpe\protocol\types\skin\SkinAnimation::EXPRESSION_BLINKING = 1 |
Definition at line 24 of file SkinAnimation.php.
| const pocketmine\network\mcpe\protocol\types\skin\SkinAnimation::EXPRESSION_LINEAR = 0 |
Definition at line 23 of file SkinAnimation.php.
| const pocketmine\network\mcpe\protocol\types\skin\SkinAnimation::TYPE_BODY_32 = 2 |
Definition at line 20 of file SkinAnimation.php.
| const pocketmine\network\mcpe\protocol\types\skin\SkinAnimation::TYPE_BODY_64 = 3 |
Definition at line 21 of file SkinAnimation.php.
| const pocketmine\network\mcpe\protocol\types\skin\SkinAnimation::TYPE_HEAD = 1 |
Definition at line 19 of file SkinAnimation.php.