PHP Class pocketmine\event\entity\EntitySpawnEvent

Inheritance: extends EntityEvent
Afficher le fichier Open project: ClearSkyTeam/ClearSky Class Usage Examples

Méthodes publiques

Свойство Type Description
$handlerList

Méthodes publiques

Méthode Description
__construct ( Entity $entity )
getPosition ( ) : Position
getType ( ) : integer
isCreature ( ) : boolean
isHuman ( ) : boolean
isItem ( ) : boolean
isProjectile ( ) : boolean
isVehicle ( ) : boolean

Method Details

__construct() public méthode

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

getPosition() public méthode

public getPosition ( ) : Position
Résultat pocketmine\level\Position

getType() public méthode

public getType ( ) : integer
Résultat integer

isCreature() public méthode

public isCreature ( ) : boolean
Résultat boolean

isHuman() public méthode

public isHuman ( ) : boolean
Résultat boolean

isItem() public méthode

public isItem ( ) : boolean
Résultat boolean

isProjectile() public méthode

public isProjectile ( ) : boolean
Résultat boolean

isVehicle() public méthode

public isVehicle ( ) : boolean
Résultat boolean

Property Details

$handlerList public_oe static_oe property

public static $handlerList