PHP Class pocketmine\block\Fence

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

Protected Properties

Property Type Description
$id

Public Methods

Method Description
__construct ( $meta )
canConnect ( Block $block )
getBurnAbility ( ) : integer
getBurnChance ( ) : integer
getHardness ( )
getName ( ) : string
getToolType ( )

Protected Methods

Method Description
recalculateBoundingBox ( )

Method Details

__construct() public method

public __construct ( $meta )

canConnect() public method

public canConnect ( Block $block )
$block Block

getBurnAbility() public method

public getBurnAbility ( ) : integer
return integer

getBurnChance() public method

public getBurnChance ( ) : integer
return integer

getHardness() public method

public getHardness ( )

getName() public method

public getName ( ) : string
return string

getToolType() public method

public getToolType ( )

recalculateBoundingBox() protected method

protected recalculateBoundingBox ( )

Property Details

$id protected property

protected $id