Class TimeCodec

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

public final class TimeCodec extends Object implements com.flowpowered.network.Codec<TimeMessage>
  • 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 buffer)
     
    io.netty.buffer.ByteBuf
    encode(io.netty.buffer.ByteBuf buf, TimeMessage message)
     

    Methods inherited from class java.lang.Object

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

    • TimeCodec

      public TimeCodec()
  • Method Details