PHP 클래스 pocketmine\entity\Ocelot

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( pocketmine\level\format\FullChunk $chunk, CompoundTag $nbt )
getCatType ( ) : integer
getName ( ) : string
setCatType ( integer $type )
spawnTo ( Player $player )

메소드 상세

__construct() 공개 메소드

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

getCatType() 공개 메소드

public getCatType ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

setCatType() 공개 메소드

public setCatType ( integer $type )
$type integer

spawnTo() 공개 메소드

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

프로퍼티 상세

$dropExp 공개적으로 프로퍼티

public $dropExp

$height 공개적으로 프로퍼티

public $height

$length 공개적으로 프로퍼티

public $length

$width 공개적으로 프로퍼티

public $width