PHP 클래스 pocketmine\entity\Zombie

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

공개 프로퍼티들

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

공개 메소드들

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

비공개 메소드들

메소드 설명
generateDirection ( Vector3 $pos )
generateRandomDirection ( )
getNearestPlayer ( )
getVelY ( )
toFloat ( $num ) * 返回一个一位小数

메소드 상세

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

프로퍼티 상세

$drag 공개적으로 프로퍼티

public $drag

$dropExp 공개적으로 프로퍼티

public $dropExp

$gravity 공개적으로 프로퍼티

public $gravity

$height 공개적으로 프로퍼티

public $height

$length 공개적으로 프로퍼티

public $length

$width 공개적으로 프로퍼티

public $width