Package | Description |
---|---|
org.projectnyx.network.mcpe | |
org.projectnyx.network.mcpe.raknet |
Terms
|
org.projectnyx.network.mcpe.raknet.raknet |
Modifier and Type | Method and Description |
---|---|
ReceivedPacket |
ReceivedPacket.getClone() |
Modifier and Type | Method and Description |
---|---|
void |
McpeClient.unexpectedPacket(ReceivedPacket packet) |
Modifier and Type | Method and Description |
---|---|
void |
RakNetInterface.handlePacket(ReceivedPacket packet) |
static RawDataPacket |
RawDataPacket.read(ReceivedPacket packet) |
Modifier and Type | Class and Description |
---|---|
class |
OpenConnectionRequest1 |
class |
OpenConnectionRequest2 |
class |
ReceivedAck |
class |
ReceivedAckNack |
class |
ReceivedDataPacketGroup |
class |
ReceivedNack |
Modifier and Type | Method and Description |
---|---|
ReceivedPacket |
RakNetPacketManager.parsePacket(ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
RakNetPacketManager.registerPacket(byte pid,
ReceivedPacket packet) |
Modifier and Type | Method and Description |
---|---|
void |
RakNetPacketManager.registerPacket(Class<? extends ReceivedPacket> clazz) |
Copyright © 2016. All rights reserved.