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