PHP Class pocketmine\event\entity\EntityDespawnEvent

Inheritance: extends EntityEvent
Show file Open project: ClearSkyTeam/ClearSky Class Usage Examples

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Entity $entity )
getType ( ) : integer
isCreature ( ) : boolean
isHuman ( ) : boolean
isItem ( ) : boolean
isProjectile ( ) : boolean
isVehicle ( ) : boolean

Method Details

__construct() public method

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

getType() public method

public getType ( ) : integer
return integer

isCreature() public method

public isCreature ( ) : boolean
return boolean

isHuman() public method

public isHuman ( ) : boolean
return boolean

isItem() public method

public isItem ( ) : boolean
return boolean

isProjectile() public method

public isProjectile ( ) : boolean
return boolean

isVehicle() public method

public isVehicle ( ) : boolean
return boolean

Property Details

$handlerList public static property

public static $handlerList