10111213141516
public final class SpectateCodec implements Codec<SpectateMessage> { @Override public SpectateMessage decode(ByteBuf buf) throws IOException { UUID uuid = GlowBufUtils.readUuid(buf); return new SpectateMessage(uuid); }