Class NBSSongDecoder
java.lang.Object
meteordevelopment.meteorclient.utils.notebot.decoder.SongDecoder
meteordevelopment.meteorclient.utils.notebot.decoder.NBSSongDecoder
Utils for reading Note Block Studio data
-
Field Summary
FieldsFields inherited from class meteordevelopment.meteorclient.utils.notebot.decoder.SongDecoder
notebot -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NOTE_OFFSET
public static final int NOTE_OFFSET- See Also:
-
-
Constructor Details
-
NBSSongDecoder
public NBSSongDecoder()
-
-
Method Details
-
parse
Parses a Song from a Note Block Studio project file (.nbs)- Specified by:
parsein classSongDecoder- Parameters:
songFile- .nbs file- Returns:
- Song object representing a Note Block Studio project
- Throws:
Exception- See Also:
-