PHP Class pocketmine\block\NetherPortal

Inheritance: extends Flowable, implements pocketmine\block\LightSource
Show file Open project: ClearSkyTeam/ClearSky

Protected Properties

Property Type Description
$id

Public Methods

Method Description
__construct ( $meta )
canPassThrough ( )
getDrops ( Item $item )
getLightLevel ( )
getName ( )
isLightSource ( )
onEntityCollide ( Entity $entity )

Method Details

__construct() public method

public __construct ( $meta )

canPassThrough() public method

public canPassThrough ( )

getDrops() public method

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

getLightLevel() public method

public getLightLevel ( )

getName() public method

public getName ( )

isLightSource() public method

public isLightSource ( )

onEntityCollide() public method

public onEntityCollide ( Entity $entity )
$entity pocketmine\entity\Entity

Property Details

$id protected property

protected $id