PHP Class pocketmine\entity\Ozelot

Inheritance: extends Animal, implements pocketmine\entity\Tameable
Show file Open project: ClearSkyTeam/ClearSky

Public Properties

Property Type Description
$height
$jump
$length
$mindist
$range
$speed
$width

Protected Properties

Property Type Description
$exp_max
$exp_min

Public Methods

Method Description
getDrops ( )
getName ( )
getVariant ( )
initEntity ( )
isTamed ( )
setVariant ( $value )
spawnTo ( Player $player )

Method Details

getDrops() public method

public getDrops ( )

getName() public method

public getName ( )

getVariant() public method

public getVariant ( )

initEntity() public method

public initEntity ( )

isTamed() public method

public isTamed ( )

setVariant() public method

public setVariant ( $value )

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

$jump public static property

public static $jump

$length public property

public $length

$mindist public static property

public static $mindist

$range public static property

public static $range

$speed public static property

public static $speed

$width public property

public $width