PHP Class pocketmine\entity\MagmaCube

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

Public Properties

Property Type Description
$height
$length
$width

Protected Properties

Property Type Description
$exp_max
$exp_min TODO: Size

Public Methods

Method Description
getDrops ( ) TODO: Stop lava/fire damage
getName ( )
getSize ( )
initEntity ( ) TODO: Size
setSize ( $value )
spawnTo ( Player $player )

Method Details

getDrops() public method

TODO: Stop lava/fire damage
public getDrops ( )

getName() public method

public getName ( )

getSize() public method

public getSize ( )

initEntity() public method

TODO: Size
public initEntity ( )

setSize() public method

public setSize ( $value )

spawnTo() public method

public spawnTo ( Player $player )
$player pocketmine\Player

Property Details

$exp_max protected property

protected $exp_max

$exp_min protected property

TODO: Size
protected $exp_min

$height public property

public $height

$length public property

public $length

$width public property

public $width