PHP Class pocketmine\block\Fallable

Inheritance: extends Solid
Show file Open project: ClearSkyTeam/ClearSky Class Usage Examples

Public Methods

Method Description
onUpdate ( $type )
place ( Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null )

Method Details

onUpdate() public method

public onUpdate ( $type )

place() public method

public place ( Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null )
$item pocketmine\item\Item
$block Block
$target Block
$player pocketmine\Player