Class ChatCodec

java.lang.Object
net.glowstone.net.codec.play.game.ChatCodec
All Implemented Interfaces:
com.flowpowered.network.Codec<ChatMessage>

public final class ChatCodec extends Object implements com.flowpowered.network.Codec<ChatMessage>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.flowpowered.network.Codec

    com.flowpowered.network.Codec.CodecRegistration
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(io.netty.buffer.ByteBuf buf)
     
    io.netty.buffer.ByteBuf
    encode(io.netty.buffer.ByteBuf buf, ChatMessage message)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChatCodec

      public ChatCodec()
  • Method Details