PHP 클래스 pocketmine\entity\Squid

상속: extends WaterAnimal, implements pocketmine\entity\Ageable
파일 보기 프로젝트 열기: iTXTech/Genisys

공개 프로퍼티들

프로퍼티 타입 설명
$dropExp
$height
$length
$swimDirection pocketmine\math\Vector3
$swimSpeed
$width

공개 메소드들

메소드 설명
attack ( $damage, EntityDamageEvent $source )
getDrops ( )
getName ( ) : string
initEntity ( )
onUpdate ( $currentTick )
spawnTo ( Player $player )

비공개 메소드들

메소드 설명
generateRandomDirection ( )

메소드 상세

attack() 공개 메소드

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

getDrops() 공개 메소드

public getDrops ( )

getName() 공개 메소드

public getName ( ) : string
리턴 string

initEntity() 공개 메소드

public initEntity ( )

onUpdate() 공개 메소드

public onUpdate ( $currentTick )

spawnTo() 공개 메소드

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

프로퍼티 상세

$dropExp 공개적으로 프로퍼티

public $dropExp

$height 공개적으로 프로퍼티

public $height

$length 공개적으로 프로퍼티

public $length

$swimDirection 공개적으로 프로퍼티

public Vector3,pocketmine\math $swimDirection
리턴 pocketmine\math\Vector3

$swimSpeed 공개적으로 프로퍼티

public $swimSpeed

$width 공개적으로 프로퍼티

public $width