PHP 클래스 pocketmine\event\block\SignChangeEvent

상속: extends BlockEvent, implements pocketmine\event\Cancellable
파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$handlerList

공개 메소드들

메소드 설명
__construct ( Block $theBlock, Player $thePlayer, array $theLines )
getLine ( integer $index ) : string
getLines ( ) : string[]
getPlayer ( ) : Player
setLine ( integer $index, string $line )

메소드 상세

__construct() 공개 메소드

public __construct ( Block $theBlock, Player $thePlayer, array $theLines )
$theBlock pocketmine\block\Block
$thePlayer pocketmine\Player
$theLines array

getLine() 공개 메소드

public getLine ( integer $index ) : string
$index integer 0-3
리턴 string

getLines() 공개 메소드

public getLines ( ) : string[]
리턴 string[]

getPlayer() 공개 메소드

public getPlayer ( ) : Player
리턴 pocketmine\Player

setLine() 공개 메소드

public setLine ( integer $index, string $line )
$index integer 0-3
$line string

프로퍼티 상세

$handlerList 공개적으로 정적으로 프로퍼티

public static $handlerList