PHP Class pocketmine\entity\Guardian

Inheritance: extends WaterAnimal, implements pocketmine\entity\Ageable
Show file Open project: robske110/ClearSky Class Usage Examples

Public Properties

Property Type Description
$height
$length
$width

Protected Properties

Property Type Description
$exp_max
$exp_min

Public Methods

Method Description
getDrops ( )
getName ( )
initEntity ( )
isLeashableType ( )
spawnTo ( Player $player )

Method Details

getDrops() public method

public getDrops ( )

getName() public method

public getName ( )

initEntity() public method

public initEntity ( )

isLeashableType() public method

public isLeashableType ( )

spawnTo() public method

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

Property Details

$exp_max protected property

protected $exp_max

$exp_min protected property

protected $exp_min

$height public property

public $height

$length public property

public $length

$width public property

public $width