PHP 클래스 pocketmine\block\DeadBush

상속: extends Flowable
파일 보기 프로젝트 열기: iTXTech/Genisys

보호된 프로퍼티들

프로퍼티 타입 설명
$id

공개 메소드들

메소드 설명
__construct ( $meta )
getDrops ( Item $item ) : array
getName ( ) : string
onUpdate ( $type )
place ( Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null )

메소드 상세

__construct() 공개 메소드

public __construct ( $meta )

getDrops() 공개 메소드

public getDrops ( Item $item ) : array
$item pocketmine\item\Item
리턴 array

getName() 공개 메소드

public getName ( ) : string
리턴 string

onUpdate() 공개 메소드

public onUpdate ( $type )

place() 공개 메소드

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

프로퍼티 상세

$id 보호되어 있는 프로퍼티

protected $id