| Package | Description |
|---|---|
| net.md_5.bungee.protocol | |
| net.md_5.bungee.protocol.packet |
| Modifier and Type | Field and Description |
|---|---|
Protocol |
PacketWrapper.protocol |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
MinecraftDecoder.getProtocol() |
Protocol |
MinecraftEncoder.getProtocol() |
Protocol |
DefinedPacket.nextProtocol() |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefinedPacket.read(io.netty.buffer.ByteBuf buf,
Protocol protocol,
ProtocolConstants.Direction direction,
int protocolVersion) |
void |
MinecraftDecoder.setProtocol(Protocol protocol) |
void |
MinecraftEncoder.setProtocol(Protocol protocol) |
void |
DefinedPacket.write(io.netty.buffer.ByteBuf buf,
Protocol protocol,
ProtocolConstants.Direction direction,
int protocolVersion) |
| Constructor and Description |
|---|
DirectionData(Protocol protocolPhase,
ProtocolConstants.Direction direction) |
MinecraftDecoder(Protocol protocol,
boolean server,
int protocolVersion) |
MinecraftEncoder(Protocol protocol,
boolean server,
int protocolVersion) |
PacketWrapper(DefinedPacket packet,
io.netty.buffer.ByteBuf buf,
Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
StartConfiguration.nextProtocol() |
Protocol |
FinishConfiguration.nextProtocol() |
Protocol |
LoginAcknowledged.nextProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
Kick.read(io.netty.buffer.ByteBuf buf,
Protocol protocol,
ProtocolConstants.Direction direction,
int protocolVersion) |
void |
Kick.write(io.netty.buffer.ByteBuf buf,
Protocol protocol,
ProtocolConstants.Direction direction,
int protocolVersion) |
Copyright © 2012–2024 SpigotMC. All rights reserved.