Uses of Class
com.cryptomorin.xseries.NoteBlockMusic.Instruction
-
Packages that use NoteBlockMusic.Instruction Package Description com.cryptomorin.xseries -
-
Uses of NoteBlockMusic.Instruction in com.cryptomorin.xseries
Subclasses of NoteBlockMusic.Instruction in com.cryptomorin.xseries Modifier and Type Class Description static classNoteBlockMusic.SequenceA sequence is a restatement collection of multiple otherNoteBlockMusic.Sequences andNoteBlockMusic.Soundthat itself might be a part of anotherNoteBlockMusic.Sequencestatic classNoteBlockMusic.SoundAn instruction that produces a sonud which consists of aInstrumentand aNotewithNote.Tone, but without duration orFields in com.cryptomorin.xseries with type parameters of type NoteBlockMusic.Instruction Modifier and Type Field Description Collection<NoteBlockMusic.Instruction>NoteBlockMusic.Sequence. instructionsMethods in com.cryptomorin.xseries with parameters of type NoteBlockMusic.Instruction Modifier and Type Method Description voidNoteBlockMusic.Sequence. addInstruction(NoteBlockMusic.Instruction instruction)Constructors in com.cryptomorin.xseries with parameters of type NoteBlockMusic.Instruction Constructor Description Sequence(NoteBlockMusic.Instruction first)
-