public class SongUtil
extends java.lang.Object
| Constructor | Description |
|---|---|
SongUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Set<NbsCustomInstrument> |
getUsedNbsCustomInstruments(Song song) |
Returns a list of all used NBS custom instruments in a song.
|
static java.util.Set<MinecraftInstrument> |
getUsedVanillaInstruments(Song song) |
Returns a list of all used vanilla instruments in a song.
|
static boolean |
hasOutsideMinecraftOctaveRangeNotes(Song song) |
public static boolean hasOutsideMinecraftOctaveRangeNotes(Song song)
song - The songpublic static java.util.Set<MinecraftInstrument> getUsedVanillaInstruments(Song song)
song - The songpublic static java.util.Set<NbsCustomInstrument> getUsedNbsCustomInstruments(Song song)
song - The song