PHP 클래스 pocketmine\block\RailBlock

상속: extends Flowable
파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky

공개 메소드들

메소드 설명
__toString ( )
getDirection ( )
getHardness ( )
getToolType ( )
isCurve ( )
isOnSlope ( )
onUpdate ( $type )
place ( Item $item, Block $block, Block $target, $face, $fx, $fy, $fz, Player $player = null )
setDirection ( $face, $isOnSlope = false )

메소드 상세

__toString() 공개 메소드

public __toString ( )

getDirection() 공개 메소드

public getDirection ( )

getHardness() 공개 메소드

public getHardness ( )

getToolType() 공개 메소드

public getToolType ( )

isCurve() 공개 메소드

public isCurve ( )

isOnSlope() 공개 메소드

public isOnSlope ( )

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

setDirection() 공개 메소드

public setDirection ( $face, $isOnSlope = false )