java.lang.Object
meteordevelopment.meteorclient.utils.notebot.decoder.SongDecoder
meteordevelopment.meteorclient.utils.notebot.decoder.NBSSongDecoder

public class NBSSongDecoder extends SongDecoder
Utils for reading Note Block Studio data
  • Field Details

  • Constructor Details

    • NBSSongDecoder

      public NBSSongDecoder()
  • Method Details

    • parse

      @NotNull public @NotNull Song parse(File songFile) throws Exception
      Parses a Song from a Note Block Studio project file (.nbs)
      Specified by:
      parse in class SongDecoder
      Parameters:
      songFile - .nbs file
      Returns:
      Song object representing a Note Block Studio project
      Throws:
      Exception
      See Also: