public class DebugDrawerSerializer_v975 extends DebugDrawerSerializer_v924
| Modifier and Type | Field and Description |
|---|---|
static DebugDrawerSerializer_v975 |
INSTANCE |
READ_COLOR, READ_STRING, READ_VECTOR3F, SHAPE_TYPES, WRITE_COLOR, WRITE_STRING, WRITE_VECTOR3F| Constructor and Description |
|---|
DebugDrawerSerializer_v975() |
| Modifier and Type | Method and Description |
|---|---|
protected DebugShape |
readShape(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected void |
writeCommonShapeData(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DebugShape shape) |
protected void |
writeShape(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DebugShape shape) |
toPayloadTypedeserialize, serializepublic static final DebugDrawerSerializer_v975 INSTANCE
protected void writeCommonShapeData(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DebugShape shape)
writeCommonShapeData in class DebugDrawerSerializer_v924protected void writeShape(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DebugShape shape)
writeShape in class DebugDrawerSerializer_v859protected DebugShape readShape(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
readShape in class DebugDrawerSerializer_v924