PHP 클래스 pocketmine\event\entity\EntitySpawnEvent

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

공개 프로퍼티들

프로퍼티 타입 설명
$handlerList

공개 메소드들

메소드 설명
__construct ( Entity $entity )
getPosition ( ) : Position
getType ( ) : integer
isCreature ( ) : boolean
isHuman ( ) : boolean
isItem ( ) : boolean
isProjectile ( ) : boolean
isVehicle ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( Entity $entity )
$entity pocketmine\entity\Entity

getPosition() 공개 메소드

public getPosition ( ) : Position
리턴 pocketmine\level\Position

getType() 공개 메소드

public getType ( ) : integer
리턴 integer

isCreature() 공개 메소드

public isCreature ( ) : boolean
리턴 boolean

isHuman() 공개 메소드

public isHuman ( ) : boolean
리턴 boolean

isItem() 공개 메소드

public isItem ( ) : boolean
리턴 boolean

isProjectile() 공개 메소드

public isProjectile ( ) : boolean
리턴 boolean

isVehicle() 공개 메소드

public isVehicle ( ) : boolean
리턴 boolean

프로퍼티 상세

$handlerList 공개적으로 정적으로 프로퍼티

public static $handlerList