public class CreativeContentSerializer_v776 extends CreativeContentSerializer_v407
| Modifier and Type | Field and Description |
|---|---|
protected static CreativeItemCategory[] |
CATEGORIES |
static CreativeContentSerializer_v776 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
CreativeContentSerializer_v776() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CreativeContentPacket packet) |
protected CreativeItemGroup |
readCreativeGroup(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected CreativeItemData |
readCreativeItem(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CreativeContentPacket packet) |
protected void |
writeCreativeGroup(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CreativeItemGroup item) |
protected void |
writeCreativeItem(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CreativeItemData item) |
public static final CreativeContentSerializer_v776 INSTANCE
protected static final CreativeItemCategory[] CATEGORIES
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CreativeContentPacket packet)
serialize in interface BedrockPacketSerializer<CreativeContentPacket>serialize in class CreativeContentSerializer_v407public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CreativeContentPacket packet)
deserialize in interface BedrockPacketSerializer<CreativeContentPacket>deserialize in class CreativeContentSerializer_v407protected CreativeItemGroup readCreativeGroup(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
protected void writeCreativeGroup(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CreativeItemGroup item)
protected CreativeItemData readCreativeItem(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
readCreativeItem in class CreativeContentSerializer_v407protected void writeCreativeItem(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CreativeItemData item)
writeCreativeItem in class CreativeContentSerializer_v407