PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
raklib\server\ipc\UserToRakLibThreadMessageProtocol Class Reference
+ Collaboration diagram for raklib\server\ipc\UserToRakLibThreadMessageProtocol:

Public Attributes

const ENCAPSULATED_FLAG_IMMEDIATE = 1 << 1
 
const ENCAPSULATED_FLAG_NEED_ACK = 1 << 0
 
const PACKET_BLOCK_ADDRESS = 0x05
 
const PACKET_CLOSE_SESSION = 0x02
 
const PACKET_DISABLE_PORT_CHECK = 0x10
 
const PACKET_ENABLE_PORT_CHECK = 0x09
 
const PACKET_ENCAPSULATED = 0x01
 
const PACKET_RAW = 0x04
 
const PACKET_RAW_FILTER = 0x07
 
const PACKET_SET_NAME = 0x08
 
const PACKET_SET_PACKETS_PER_TICK_LIMIT = 0x11
 
const PACKET_UNBLOCK_ADDRESS = 0x06
 

Detailed Description

Definition at line 24 of file UserToRakLibThreadMessageProtocol.php.

Member Data Documentation

◆ ENCAPSULATED_FLAG_IMMEDIATE

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::ENCAPSULATED_FLAG_IMMEDIATE = 1 << 1

Definition at line 48 of file UserToRakLibThreadMessageProtocol.php.

◆ ENCAPSULATED_FLAG_NEED_ACK

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::ENCAPSULATED_FLAG_NEED_ACK = 1 << 0

Definition at line 47 of file UserToRakLibThreadMessageProtocol.php.

◆ PACKET_BLOCK_ADDRESS

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::PACKET_BLOCK_ADDRESS = 0x05

Definition at line 71 of file UserToRakLibThreadMessageProtocol.php.

◆ PACKET_CLOSE_SESSION

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::PACKET_CLOSE_SESSION = 0x02

Definition at line 54 of file UserToRakLibThreadMessageProtocol.php.

◆ PACKET_DISABLE_PORT_CHECK

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::PACKET_DISABLE_PORT_CHECK = 0x10

Definition at line 96 of file UserToRakLibThreadMessageProtocol.php.

◆ PACKET_ENABLE_PORT_CHECK

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::PACKET_ENABLE_PORT_CHECK = 0x09

Definition at line 93 of file UserToRakLibThreadMessageProtocol.php.

◆ PACKET_ENCAPSULATED

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::PACKET_ENCAPSULATED = 0x01

Definition at line 45 of file UserToRakLibThreadMessageProtocol.php.

◆ PACKET_RAW

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::PACKET_RAW = 0x04

Definition at line 63 of file UserToRakLibThreadMessageProtocol.php.

◆ PACKET_RAW_FILTER

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::PACKET_RAW_FILTER = 0x07

Definition at line 84 of file UserToRakLibThreadMessageProtocol.php.

◆ PACKET_SET_NAME

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::PACKET_SET_NAME = 0x08

Definition at line 90 of file UserToRakLibThreadMessageProtocol.php.

◆ PACKET_SET_PACKETS_PER_TICK_LIMIT

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::PACKET_SET_PACKETS_PER_TICK_LIMIT = 0x11

Definition at line 102 of file UserToRakLibThreadMessageProtocol.php.

◆ PACKET_UNBLOCK_ADDRESS

const raklib\server\ipc\UserToRakLibThreadMessageProtocol::PACKET_UNBLOCK_ADDRESS = 0x06

Definition at line 78 of file UserToRakLibThreadMessageProtocol.php.


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