PHP 클래스 pocketmine\entity\Villager

상속: extends Animal, implements NPC, implements pocketmine\entity\Ageable
파일 보기 프로젝트 열기: iTXTech/Genisys 1 사용 예제들

공개 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( pocketmine\level\format\FullChunk $chunk, CompoundTag $nbt )
getName ( ) : string
getProfession ( ) : integer
isBaby ( )
setProfession ( integer $profession ) Sets the villager profession
spawnTo ( Player $player )

보호된 메소드들

메소드 설명
initEntity ( )

메소드 상세

__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

getProfession() 공개 메소드

public getProfession ( ) : integer
리턴 integer

initEntity() 보호된 메소드

protected initEntity ( )

isBaby() 공개 메소드

public isBaby ( )

setProfession() 공개 메소드

Sets the villager profession
public setProfession ( integer $profession )
$profession integer

spawnTo() 공개 메소드

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

프로퍼티 상세

$height 공개적으로 프로퍼티

public $height

$length 공개적으로 프로퍼티

public $length

$width 공개적으로 프로퍼티

public $width