GenisysPro  for Minecraft PE/Windows 10 v1.1.x
Feature-rich server software for Minecraft PE and Windows 10 Edition
RakLib Class Reference

Static Public Member Functions

static bootstrap (\ClassLoader $loader)
 

Data Fields

const VERSION = "0.8.0"
 
const PROTOCOL = 6
 
const MAGIC = "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78"
 
const PRIORITY_NORMAL = 0
 
const PRIORITY_IMMEDIATE = 1
 
const FLAG_NEED_ACK = 0b00001000
 
const PACKET_ENCAPSULATED = 0x01
 
const PACKET_OPEN_SESSION = 0x02
 
const PACKET_CLOSE_SESSION = 0x03
 
const PACKET_INVALID_SESSION = 0x04
 
const PACKET_SEND_QUEUE = 0x05
 
const PACKET_ACK_NOTIFICATION = 0x06
 
const PACKET_SET_OPTION = 0x07
 
const PACKET_RAW = 0x08
 
const PACKET_BLOCK_ADDRESS = 0x09
 
const PACKET_UNBLOCK_ADDRESS = 0x0a
 
const PACKET_SHUTDOWN = 0x7e
 
const PACKET_EMERGENCY_SHUTDOWN = 0x7f
 

Member Function Documentation

◆ bootstrap()

static bootstrap ( \ClassLoader  $loader)
static
164  {
165  $loader->addPath(dirname(__FILE__) . DIRECTORY_SEPARATOR . "..");
166  }

Field Documentation

◆ FLAG_NEED_ACK

const FLAG_NEED_ACK = 0b00001000

◆ MAGIC

const MAGIC = "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78"

◆ PACKET_ACK_NOTIFICATION

const PACKET_ACK_NOTIFICATION = 0x06

◆ PACKET_BLOCK_ADDRESS

const PACKET_BLOCK_ADDRESS = 0x09

◆ PACKET_CLOSE_SESSION

const PACKET_CLOSE_SESSION = 0x03

◆ PACKET_EMERGENCY_SHUTDOWN

const PACKET_EMERGENCY_SHUTDOWN = 0x7f

◆ PACKET_ENCAPSULATED

const PACKET_ENCAPSULATED = 0x01

◆ PACKET_INVALID_SESSION

const PACKET_INVALID_SESSION = 0x04

◆ PACKET_OPEN_SESSION

const PACKET_OPEN_SESSION = 0x02

◆ PACKET_RAW

const PACKET_RAW = 0x08

◆ PACKET_SEND_QUEUE

const PACKET_SEND_QUEUE = 0x05

◆ PACKET_SET_OPTION

const PACKET_SET_OPTION = 0x07

◆ PACKET_SHUTDOWN

const PACKET_SHUTDOWN = 0x7e

◆ PACKET_UNBLOCK_ADDRESS

const PACKET_UNBLOCK_ADDRESS = 0x0a

◆ PRIORITY_IMMEDIATE

const PRIORITY_IMMEDIATE = 1

◆ PRIORITY_NORMAL

const PRIORITY_NORMAL = 0

◆ PROTOCOL

const PROTOCOL = 6

◆ VERSION

const VERSION = "0.8.0"

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