public class SongUtil
extends java.lang.Object
| Constructor and Description |
|---|
SongUtil() |
| Modifier and Type | Method and 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