PHP Class pocketmine\event\Event

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

Protected Properties

Свойство Type Description
$eventName public static $handlerList = null; public static $eventPool = []; public static $nextEvent = 0; Not doing so will deny the proper event initialization

Méthodes publiques

Méthode Description
getEventName ( ) : string
getHandlers ( ) : HandlerList
isCancelled ( ) : boolean
setCancelled ( boolean $value = true ) : boolean

Method Details

getEventName() final public méthode

final public getEventName ( ) : string
Résultat string

getHandlers() public méthode

public getHandlers ( ) : HandlerList
Résultat HandlerList

isCancelled() public méthode

public isCancelled ( ) : boolean
Résultat boolean

setCancelled() public méthode

public setCancelled ( boolean $value = true ) : boolean
$value boolean
Résultat boolean

Property Details

$eventName protected_oe property

public static $handlerList = null; public static $eventPool = []; public static $nextEvent = 0; Not doing so will deny the proper event initialization
protected $eventName