public class DebugDrawerSerializer_v859 extends DebugDrawerSerializer_v818
| Modifier and Type | Field and Description |
|---|---|
static DebugDrawerSerializer_v859 |
INSTANCE |
READ_COLOR, READ_STRING, READ_VECTOR3F, SHAPE_TYPES, WRITE_COLOR, WRITE_STRING, WRITE_VECTOR3F| Constructor and Description |
|---|
DebugDrawerSerializer_v859() |
| Modifier and Type | Method and Description |
|---|---|
protected DebugShape |
readShape(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected int |
toPayloadType(DebugShape.Type type) |
protected void |
writeCommonShapeData(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DebugShape shape) |
protected void |
writeShape(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DebugShape shape) |
deserialize, serializepublic static final DebugDrawerSerializer_v859 INSTANCE
protected int toPayloadType(DebugShape.Type type)
protected void writeShape(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DebugShape shape)
writeShape in class DebugDrawerSerializer_v818protected void writeCommonShapeData(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DebugShape shape)
writeCommonShapeData in class DebugDrawerSerializer_v818protected DebugShape readShape(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
readShape in class DebugDrawerSerializer_v818