PHP Class pocketmine\block\EndPortalFrame

Inheritance: extends Solid, implements pocketmine\block\LightSource
Show file Open project: iTXTech/Genisys

Protected Properties

Property Type Description
$id

Public Methods

Method Description
__construct ( $meta )
getHardness ( )
getLightLevel ( )
getName ( ) : string
getResistance ( )
isBreakable ( Item $item )

Protected Methods

Method Description
recalculateBoundingBox ( )

Method Details

__construct() public method

public __construct ( $meta )

getHardness() public method

public getHardness ( )

getLightLevel() public method

public getLightLevel ( )

getName() public method

public getName ( ) : string
return string

getResistance() public method

public getResistance ( )

isBreakable() public method

public isBreakable ( Item $item )
$item pocketmine\item\Item

recalculateBoundingBox() protected method

protected recalculateBoundingBox ( )

Property Details

$id protected property

protected $id