| Package | Description |
|---|---|
| org.cloudburstmc.netty.channel.raknet | |
| org.cloudburstmc.netty.channel.raknet.packet |
| Modifier and Type | Method and Description |
|---|---|
static RakPriority |
RakPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RakPriority[] |
RakPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RakPriority |
RakMessage.priority()
Returns the priority of the message
|
| Constructor and Description |
|---|
RakMessage(io.netty.buffer.ByteBuf payloadBuffer,
RakReliability reliability,
RakPriority priority) |
RakMessage(io.netty.buffer.ByteBuf payloadBuffer,
RakReliability reliability,
RakPriority priority,
int channel) |
Copyright © 2018–2022. All rights reserved.