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