java.lang.Object
meteordevelopment.meteorclient.utils.notebot.song.Note

public class Note extends Object
  • 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object