PHP 클래스 pocketmine\entity\Bat

상속: extends Animal
파일 보기 프로젝트 열기: iTXTech/Genisys

공개 프로퍼티들

프로퍼티 타입 설명
$flySpeed
$height
$length
$switchDirectionTicks
$width

공개 메소드들

메소드 설명
__construct ( pocketmine\level\format\FullChunk $chunk, CompoundTag $nbt )
getName ( ) : string
initEntity ( )
isResting ( ) : integer
onUpdate ( $currentTick )
setResting ( boolean $resting )
spawnTo ( Player $player )

메소드 상세

__construct() 공개 메소드

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

getName() 공개 메소드

public getName ( ) : string
리턴 string

initEntity() 공개 메소드

public initEntity ( )

isResting() 공개 메소드

public isResting ( ) : integer
리턴 integer

onUpdate() 공개 메소드

public onUpdate ( $currentTick )

setResting() 공개 메소드

public setResting ( boolean $resting )
$resting boolean

spawnTo() 공개 메소드

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

프로퍼티 상세

$flySpeed 공개적으로 프로퍼티

public $flySpeed

$height 공개적으로 프로퍼티

public $height

$length 공개적으로 프로퍼티

public $length

$switchDirectionTicks 공개적으로 프로퍼티

public $switchDirectionTicks

$width 공개적으로 프로퍼티

public $width