|
PocketMine-MP 5.43.3 git-4e2b0ce88fd28aa124b51efe324b94ceebb999fe
|
Collaboration diagram for pocketmine\network\mcpe\handler\PacketHandlerInspector:Static Public Member Functions | |
| static | getHandlerActions (PacketHandler $handler) |
Uses reflection to find out what packets a PacketHandler class type will actually process, so that decoding can be skipped for packets that are never handled. The reflected information is cached for subsequent use.
Definition at line 41 of file PacketHandlerInspector.php.
|
static |
Definition at line 53 of file PacketHandlerInspector.php.