PocketMine-MP 5.27.2 git-1ea5c060fdd23023857cdc7f874a6562d117a72d
Loading...
Searching...
No Matches
pocketmine\event\ListenerMethodTags Class Reference
+ Collaboration diagram for pocketmine\event\ListenerMethodTags:

Public Attributes

const HANDLE_CANCELLED = "handleCancelled"
 
const NOT_HANDLER = "notHandler"
 
const PRIORITY = "priority"
 

Detailed Description

Provides constants for all the PhpDoc tags supported for Listener methods.

See also
Listener

Definition at line 30 of file ListenerMethodTags.php.

Member Data Documentation

◆ HANDLE_CANCELLED

const pocketmine\event\ListenerMethodTags::HANDLE_CANCELLED = "handleCancelled"

Definition at line 31 of file ListenerMethodTags.php.

◆ NOT_HANDLER

const pocketmine\event\ListenerMethodTags::NOT_HANDLER = "notHandler"

Definition at line 32 of file ListenerMethodTags.php.

◆ PRIORITY

const pocketmine\event\ListenerMethodTags::PRIORITY = "priority"

Definition at line 33 of file ListenerMethodTags.php.


The documentation for this class was generated from the following file: