PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
|
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.