PHP Class pocketmine\block\BrownMushroomBlock

Inheritance: extends Flowable
Show file Open project: iTXTech/Genisys

Protected Properties

Property Type Description
$id

Public Methods

Method Description
__construct ( $meta = 14 )
canBeActivated ( ) : boolean
getDrops ( Item $item ) : array
getHardness ( )
getName ( ) : string
getResistance ( )

Method Details

__construct() public method

public __construct ( $meta = 14 )

canBeActivated() public method

public canBeActivated ( ) : boolean
return boolean

getDrops() public method

public getDrops ( Item $item ) : array
$item pocketmine\item\Item
return array

getHardness() public method

public getHardness ( )

getName() public method

public getName ( ) : string
return string

getResistance() public method

public getResistance ( )

Property Details

$id protected property

protected $id