PHP 클래스 pocketmine\entity\ExperienceOrb

상속: extends Entity
파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky 1 사용 예제들

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
$drag
$followrange
$gravity
$pickuprange

공개 메소드들

메소드 설명
FetchNearbyPlayer ( $DistanceRange )
canCollideWith ( Entity $entity )
getExperience ( )
initEntity ( )
onUpdate ( $currentTick )
setExperience ( $exp )
spawnTo ( Player $player )

메소드 상세

FetchNearbyPlayer() 공개 메소드

public FetchNearbyPlayer ( $DistanceRange )

canCollideWith() 공개 메소드

public canCollideWith ( Entity $entity )
$entity Entity

getExperience() 공개 메소드

public getExperience ( )

initEntity() 공개 메소드

public initEntity ( )

onUpdate() 공개 메소드

public onUpdate ( $currentTick )

setExperience() 공개 메소드

public setExperience ( $exp )

spawnTo() 공개 메소드

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

프로퍼티 상세

$drag 보호되어 있는 프로퍼티

protected $drag

$experience 공개적으로 프로퍼티

public $experience

$followrange 보호되어 있는 프로퍼티

protected $followrange

$gravity 보호되어 있는 프로퍼티

protected $gravity

$height 공개적으로 프로퍼티

public $height

$length 공개적으로 프로퍼티

public $length

$pickuprange 보호되어 있는 프로퍼티

protected $pickuprange

$width 공개적으로 프로퍼티

public $width