PocketMine-MP 5.15.1 git-5ef247620a7c6301a849b54e5ef1009217729fc8
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: