Class LegacyNBSPacket
java.lang.Object
io.github.kosmx.emotes.common.nbsplayer.LegacyNBSPacket
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcalculateMessageSize(net.raphimc.noteblocklib.format.nbs.model.NbsSong song) Deprecated.Warning! Works incorrectly when sending extra datastatic intgetLayerMessageSize(net.raphimc.noteblocklib.format.nbs.model.NbsLayer layer) Deprecated.static net.raphimc.noteblocklib.format.nbs.model.NbsSongread(ByteBuffer buf) Deprecated.static voidwrite(net.raphimc.noteblocklib.format.nbs.model.NbsSong song, ByteBuffer buf) Deprecated.
-
Constructor Details
-
LegacyNBSPacket
public LegacyNBSPacket()Deprecated.
-
-
Method Details
-
write
Deprecated. -
read
public static net.raphimc.noteblocklib.format.nbs.model.NbsSong read(ByteBuffer buf) throws IOException Deprecated.- Parameters:
buf- input ByteBuf- Returns:
- nbs song
- Throws:
IOException
-
calculateMessageSize
public static int calculateMessageSize(net.raphimc.noteblocklib.format.nbs.model.NbsSong song) Deprecated.Warning! Works incorrectly when sending extra data- Parameters:
song- song to send- Returns:
- estimated size
-
getLayerMessageSize
public static int getLayerMessageSize(net.raphimc.noteblocklib.format.nbs.model.NbsLayer layer) Deprecated.
-