public class PacketViolationWarningSerializer_v407 extends Object implements BedrockPacketSerializer<PacketViolationWarningPacket>
| Modifier and Type | Field and Description |
|---|---|
static PacketViolationWarningSerializer_v407 |
INSTANCE |
protected static PacketViolationSeverity[] |
SEVERITIES |
protected static PacketViolationType[] |
TYPES |
| Constructor and Description |
|---|
PacketViolationWarningSerializer_v407() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
BedrockCodecHelper helper,
PacketViolationWarningPacket packet) |
void |
serialize(ByteBuf buffer,
BedrockCodecHelper helper,
PacketViolationWarningPacket packet) |
public static final PacketViolationWarningSerializer_v407 INSTANCE
protected static final PacketViolationType[] TYPES
protected static final PacketViolationSeverity[] SEVERITIES
public PacketViolationWarningSerializer_v407()
public void serialize(ByteBuf buffer, BedrockCodecHelper helper, PacketViolationWarningPacket packet)
serialize in interface BedrockPacketSerializer<PacketViolationWarningPacket>public void deserialize(ByteBuf buffer, BedrockCodecHelper helper, PacketViolationWarningPacket packet)
deserialize in interface BedrockPacketSerializer<PacketViolationWarningPacket>Copyright © 2018–2022 CloudburstMC. All rights reserved.