| Package | Description |
|---|---|
| com.nukkitx.network.raknet |
| Modifier and Type | Method and Description |
|---|---|
static RakNetPriority |
RakNetPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RakNetPriority[] |
RakNetPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RakNetSession.send(io.netty.buffer.ByteBuf buf,
RakNetPriority priority) |
void |
RakNetSession.send(io.netty.buffer.ByteBuf buf,
RakNetPriority priority,
RakNetReliability reliability) |
void |
RakNetSession.send(io.netty.buffer.ByteBuf buf,
RakNetPriority priority,
RakNetReliability reliability,
int orderingChannel) |
Copyright © 2018–2019. All rights reserved.