Class LegacyNBSPacket

java.lang.Object
io.github.kosmx.emotes.common.nbsplayer.LegacyNBSPacket

@Deprecated public class LegacyNBSPacket extends Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.raphimc.noteblocklib.format.nbs.model.NbsSong
    read(io.netty.buffer.ByteBuf buf)
    Deprecated.
     
    static void
    write(net.raphimc.noteblocklib.format.nbs.model.NbsSong song, io.netty.buffer.ByteBuf buf)
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    • LegacyNBSPacket

      public LegacyNBSPacket()
      Deprecated.
  • Method Details

    • write

      public static void write(net.raphimc.noteblocklib.format.nbs.model.NbsSong song, io.netty.buffer.ByteBuf buf)
      Deprecated.
    • read

      public static net.raphimc.noteblocklib.format.nbs.model.NbsSong read(io.netty.buffer.ByteBuf buf) throws IOException
      Deprecated.
      Parameters:
      buf - input ByteBuf
      Returns:
      nbs song
      Throws:
      IOException