| Package | Description |
|---|---|
| net.md_5.bungee.protocol |
| Modifier and Type | Method and Description |
|---|---|
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 |
MinecraftEncoder.setProtocol(Protocol protocol) |
void |
MinecraftDecoder.setProtocol(Protocol protocol) |
| Constructor and Description |
|---|
MinecraftDecoder(Protocol protocol,
boolean server,
int protocolVersion) |
MinecraftDecoder(Protocol protocol,
boolean server,
int protocolVersion,
boolean allowEmptyPackets) |
MinecraftDecoder(Protocol protocol,
boolean server,
int protocolVersion,
boolean supportsForge,
boolean allowEmptyPackets) |
MinecraftEncoder(Protocol protocol,
boolean server,
int protocolVersion) |
Copyright © 2015–2019 WaterfallMC. All rights reserved.