- getAlignedNbsKey(int) - Static method in class net.raphimc.noteblocklib.util.MinecraftOctave
-
- getAuthor() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getAutoSaveInterval() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getClampedNbsKey(int) - Static method in class net.raphimc.noteblocklib.util.MinecraftOctave
-
- getCustomInstruments() - Method in class net.raphimc.noteblocklib.parser.nbs.data.NBSData
-
- getData() - Method in class net.raphimc.noteblocklib.parser.future.FutureSong
-
- getData() - Method in class net.raphimc.noteblocklib.parser.nbs.NBSSong
-
- getData() - Method in class net.raphimc.noteblocklib.parser.Song
-
- getData() - Method in class net.raphimc.noteblocklib.parser.txt.TxtSong
-
- getDelay() - Method in class net.raphimc.noteblocklib.util.SleepTimer
-
- getDescription() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getEnd() - Method in class net.raphimc.noteblocklib.util.SleepTimer
-
- getHeader() - Method in class net.raphimc.noteblocklib.parser.future.FutureSong
-
- getHeader() - Method in class net.raphimc.noteblocklib.parser.nbs.NBSSong
-
- getHeader() - Method in class net.raphimc.noteblocklib.parser.Song
-
- getInstrument() - Method in class net.raphimc.noteblocklib.parser.future.note.FutureNote
-
- getInstrument() - Method in class net.raphimc.noteblocklib.parser.Note
-
- getInstrument() - Method in class net.raphimc.noteblocklib.parser.txt.note.TxtNote
-
- getKey() - Method in class net.raphimc.noteblocklib.parser.future.note.FutureNote
-
- getKey() - Method in class net.raphimc.noteblocklib.parser.Note
-
- getKey() - Method in class net.raphimc.noteblocklib.parser.txt.note.TxtNote
-
- getKey(NBSNote) - Static method in class net.raphimc.noteblocklib.util.NBSCalculations
-
Calculates the effective key of a note.
- getLayer() - Method in class net.raphimc.noteblocklib.parser.nbs.note.NBSNote
-
- getLayerCount() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getLayers() - Method in class net.raphimc.noteblocklib.parser.nbs.data.NBSData
-
- getLeftClicks() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getLength() - Method in class net.raphimc.noteblocklib.parser.future.FutureSong
-
- getLength() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSHeader
-
Can be -1 if the nbsVersion did not support this field
- getLength() - Method in class net.raphimc.noteblocklib.parser.nbs.NBSSong
-
- getLength() - Method in class net.raphimc.noteblocklib.parser.Song
-
- getLength() - Method in class net.raphimc.noteblocklib.parser.txt.TxtSong
-
- getLoopDelay() - Method in interface net.raphimc.noteblocklib.player.ISongPlayerCallback
-
- getLoopStartTick() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv4Header
-
- getMaxLoopCount() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv4Header
-
- getMinutesSpent() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getName() - Method in class net.raphimc.noteblocklib.parser.nbs.data.layer.NBSv0Layer
-
- getName() - Method in class net.raphimc.noteblocklib.parser.nbs.data.NBSv0CustomInstrument
-
- getNbsVersion() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSHeader
-
- getNoteBlocksAdded() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getNoteBlocksRemoved() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getNotes() - Method in class net.raphimc.noteblocklib.parser.future.data.FutureData
-
- getNotes() - Method in class net.raphimc.noteblocklib.parser.future.FutureSong
-
- getNotes() - Method in class net.raphimc.noteblocklib.parser.nbs.NBSSong
-
- getNotes() - Method in class net.raphimc.noteblocklib.parser.Song
-
- getNotes() - Method in class net.raphimc.noteblocklib.parser.txt.data.TxtData
-
- getNotes() - Method in class net.raphimc.noteblocklib.parser.txt.TxtSong
-
- getNotesAtTick(int) - Method in class net.raphimc.noteblocklib.parser.future.FutureSong
-
- getNotesAtTick() - Method in class net.raphimc.noteblocklib.parser.nbs.data.layer.NBSLayer
-
- getNotesAtTick(int) - Method in class net.raphimc.noteblocklib.parser.nbs.NBSSong
-
- getNotesAtTick(int) - Method in class net.raphimc.noteblocklib.parser.Song
-
- getNotesAtTick(int) - Method in class net.raphimc.noteblocklib.parser.txt.TxtSong
-
- getOriginalAuthor() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getPanning() - Method in class net.raphimc.noteblocklib.parser.nbs.data.layer.NBSv2Layer
-
- getPanning() - Method in class net.raphimc.noteblocklib.parser.nbs.note.NBSv4Note
-
- getPanning(NBSNote) - Static method in class net.raphimc.noteblocklib.util.NBSCalculations
-
Calculates the effective panning of a note. (0 is 2 blocks right, 100 is center, 200 is 2 blocks left)
- getPitch() - Method in class net.raphimc.noteblocklib.parser.nbs.data.NBSv0CustomInstrument
-
- getPitch() - Method in class net.raphimc.noteblocklib.parser.nbs.note.NBSv4Note
-
100 = 1 key
1200 = 1 octave
- getPitch(NBSNote) - Static method in class net.raphimc.noteblocklib.util.NBSCalculations
-
Calculates the effective pitch of a note. (100 = 1 key, 1200 = 1 octave)
- getRightClicks() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getRuntime() - Method in class net.raphimc.noteblocklib.util.SleepTimer
-
- getSong() - Method in class net.raphimc.noteblocklib.player.SongPlayer
-
- getSoundFileName() - Method in class net.raphimc.noteblocklib.parser.nbs.data.NBSv0CustomInstrument
-
- getSourceFile() - Method in class net.raphimc.noteblocklib.parser.Song
-
- getSourceFileName() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getSpeed() - Method in class net.raphimc.noteblocklib.parser.future.FutureSong
-
- getSpeed() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getSpeed() - Method in class net.raphimc.noteblocklib.parser.nbs.NBSSong
-
- getSpeed() - Method in class net.raphimc.noteblocklib.parser.Song
-
- getSpeed() - Method in class net.raphimc.noteblocklib.parser.txt.header.TxtV2Header
-
- getSpeed() - Method in class net.raphimc.noteblocklib.parser.txt.TxtSong
-
- getStart() - Method in class net.raphimc.noteblocklib.util.SleepTimer
-
- getTick() - Method in class net.raphimc.noteblocklib.player.SongPlayer
-
- getTimeSignature() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getTitle() - Method in class net.raphimc.noteblocklib.parser.future.FutureSong
-
- getTitle() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSv0Header
-
- getTitle() - Method in class net.raphimc.noteblocklib.parser.nbs.NBSSong
-
- getTitle() - Method in class net.raphimc.noteblocklib.parser.Song
-
- getTitle() - Method in class net.raphimc.noteblocklib.parser.txt.TxtSong
-
- getVanillaInstrumentCount() - Method in class net.raphimc.noteblocklib.parser.nbs.header.NBSHeader
-
- getVelocity() - Method in class net.raphimc.noteblocklib.parser.nbs.note.NBSv4Note
-
- getVolume() - Method in class net.raphimc.noteblocklib.parser.nbs.data.layer.NBSv0Layer
-
- getVolume(NBSNote) - Static method in class net.raphimc.noteblocklib.util.NBSCalculations
-
Calculates the effective volume of a note. (0% - 100%)