Class Note
java.lang.Object
meteordevelopment.meteorclient.utils.notebot.song.Note
-
Constructor Summary
ConstructorsConstructorDescriptionNote(net.minecraft.block.enums.NoteBlockInstrument instrument, int noteLevel) -
Method Summary
Modifier and TypeMethodDescriptionbooleannet.minecraft.block.enums.NoteBlockInstrumentintinthashCode()voidsetInstrument(net.minecraft.block.enums.NoteBlockInstrument instrument) voidsetNoteLevel(int noteLevel) toString()
-
Constructor Details
-
Note
public Note(net.minecraft.block.enums.NoteBlockInstrument instrument, int noteLevel)
-
-
Method Details
-
getInstrument
public net.minecraft.block.enums.NoteBlockInstrument getInstrument() -
setInstrument
public void setInstrument(net.minecraft.block.enums.NoteBlockInstrument instrument) -
getNoteLevel
public int getNoteLevel() -
setNoteLevel
public void setNoteLevel(int noteLevel) -
equals
-
hashCode
public int hashCode() -
toString
-