PHP Class pocketmine\level\particle\MobSpawnParticle

Inheritance: extends Particle
Show file Open project: ClearSkyTeam/ClearSky

Protected Properties

Property Type Description
$height
$width

Public Methods

Method Description
__construct ( Vector3 $pos, $width, $height )
encode ( )

Method Details

__construct() public method

public __construct ( Vector3 $pos, $width, $height )
$pos pocketmine\math\Vector3

encode() public method

public encode ( )

Property Details

$height protected property

protected $height

$width protected property

protected $width