PHP 클래스 pocketmine\entity\Boat

상속: extends Vehicle
파일 보기 프로젝트 열기: iTXTech/Genisys 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$drag
$gravity
$height
$width

공개 메소드들

메소드 설명
__construct ( pocketmine\level\format\FullChunk $chunk, CompoundTag $nbt )
attack ( $damage, EntityDamageEvent $source )
getDrops ( )
getSaveId ( )
getWoodID ( ) : integer
onUpdate ( $currentTick )
spawnTo ( Player $player )

메소드 상세

__construct() 공개 메소드

public __construct ( pocketmine\level\format\FullChunk $chunk, CompoundTag $nbt )
$chunk pocketmine\level\format\FullChunk
$nbt pocketmine\nbt\tag\CompoundTag

attack() 공개 메소드

public attack ( $damage, EntityDamageEvent $source )
$source pocketmine\event\entity\EntityDamageEvent

getDrops() 공개 메소드

public getDrops ( )

getSaveId() 공개 메소드

public getSaveId ( )

getWoodID() 공개 메소드

public getWoodID ( ) : integer
리턴 integer

onUpdate() 공개 메소드

public onUpdate ( $currentTick )

spawnTo() 공개 메소드

public spawnTo ( Player $player )
$player pocketmine\Player

프로퍼티 상세

$drag 공개적으로 프로퍼티

public $drag

$gravity 공개적으로 프로퍼티

public $gravity

$height 공개적으로 프로퍼티

public $height

$width 공개적으로 프로퍼티

public $width