public interface BedrockPacket
extends org.cloudburstmc.protocol.common.MinecraftPacket, java.lang.Cloneable
| Modifier and Type | Method and Description |
|---|---|
BedrockPacket |
clone()
Creates a new instance of this packet using Object.clone()
Will throw a
UnsupportedOperationException if the packet implements ReferenceCounted |
BedrockPacketType |
getPacketType() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
BedrockPacketType getPacketType()
BedrockPacket clone()
UnsupportedOperationException if the packet implements ReferenceCounted