|
PocketMine-MP 5.41.1 git-fcc6fb5566a921cb669160c90f56fb68f5b29123
|
Inheritance diagram for pocketmine\world\sound\EntityLandSound:
Collaboration diagram for pocketmine\world\sound\EntityLandSound:Public Member Functions | |
| __construct (private Entity $entity, private Block $blockLandedOn) | |
| encode (Vector3 $pos) | |
Played when an entity hits the ground after falling a distance that doesn't cause damage, e.g. due to jumping.
Definition at line 36 of file EntityLandSound.php.
| pocketmine\world\sound\EntityLandSound::__construct | ( | private Entity | $entity, |
| private Block | $blockLandedOn ) |
Definition at line 37 of file EntityLandSound.php.
| pocketmine\world\sound\EntityLandSound::encode | ( | Vector3 | $pos | ) |
Implements pocketmine\world\sound\Sound.
Definition at line 42 of file EntityLandSound.php.