Class SongDecoders
java.lang.Object
meteordevelopment.meteorclient.utils.notebot.decoder.SongDecoders
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SongDecodergetDecoder(File file) static booleanhasDecoder(File file) static booleanhasDecoder(Path path) static @NotNull SongParse file to one ofSongDecoderstatic voidregisterDecoder(String extension, SongDecoder songDecoder)
-
Constructor Details
-
SongDecoders
public SongDecoders()
-
-
Method Details
-
registerDecoder
-
getDecoder
-
hasDecoder
-
hasDecoder
-
parse
Parse file to one ofSongDecoder
-