Class LegacyNBSPacket
java.lang.Object
io.github.kosmx.emotes.common.nbsplayer.LegacyNBSPacket
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
-
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
-