public final class ScoreboardObjectiveCodec extends Object implements com.flowpowered.network.Codec<ScoreboardObjectiveMessage>
| Constructor and Description |
|---|
ScoreboardObjectiveCodec() |
| Modifier and Type | Method and Description |
|---|---|
ScoreboardObjectiveMessage |
decode(io.netty.buffer.ByteBuf buf) |
io.netty.buffer.ByteBuf |
encode(io.netty.buffer.ByteBuf buf,
ScoreboardObjectiveMessage message) |
public ScoreboardObjectiveMessage decode(io.netty.buffer.ByteBuf buf) throws IOException
decode in interface com.flowpowered.network.Codec<ScoreboardObjectiveMessage>IOExceptionpublic io.netty.buffer.ByteBuf encode(io.netty.buffer.ByteBuf buf,
ScoreboardObjectiveMessage message)
throws IOException
encode in interface com.flowpowered.network.Codec<ScoreboardObjectiveMessage>IOExceptionCopyright © 2021. All rights reserved.