Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
pocketmine
event
entity
EntityDespawnEvent
PHP Class pocketmine\event\entity\EntityDespawnEvent
Inheritance:
extends
EntityEvent
Mostrar archivo
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_oe static_oe property
public
static
$handlerList