PHP 클래스 pocketmine\entity\FishingHook

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

공개 프로퍼티들

프로퍼티 타입 설명
$attractTimer
$coughtTimer
$damageRod
$data
$height
$length
$width

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( pocketmine\level\format\FullChunk $chunk, CompoundTag $nbt, Entity $shootingEntity = null )
attractFish ( )
fishBites ( )
getData ( )
initEntity ( )
onUpdate ( $currentTick )
reelLine ( )
setData ( $id )
spawnTo ( Player $player )

메소드 상세

__construct() 공개 메소드

public __construct ( pocketmine\level\format\FullChunk $chunk, CompoundTag $nbt, Entity $shootingEntity = null )
$chunk pocketmine\level\format\FullChunk
$nbt pocketmine\nbt\tag\CompoundTag
$shootingEntity Entity

attractFish() 공개 메소드

public attractFish ( )

fishBites() 공개 메소드

public fishBites ( )

getData() 공개 메소드

public getData ( )

initEntity() 공개 메소드

public initEntity ( )

onUpdate() 공개 메소드

public onUpdate ( $currentTick )

reelLine() 공개 메소드

public reelLine ( )

setData() 공개 메소드

public setData ( $id )

spawnTo() 공개 메소드

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

프로퍼티 상세

$attractTimer 공개적으로 프로퍼티

public $attractTimer

$coughtTimer 공개적으로 프로퍼티

public $coughtTimer

$damageRod 공개적으로 프로퍼티

public $damageRod

$data 공개적으로 프로퍼티

public $data

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

protected $drag

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

protected $gravity

$height 공개적으로 프로퍼티

public $height

$length 공개적으로 프로퍼티

public $length

$width 공개적으로 프로퍼티

public $width