Added missing Note getNote().

This commit is contained in:
EvilSeph 2011-07-28 01:29:04 -04:00
parent ce36ff1cf9
commit 714eb939c6

View File

@ -8,6 +8,13 @@ import org.bukkit.Note;
*/ */
public interface NoteBlock extends BlockState { public interface NoteBlock extends BlockState {
/**
* Gets the note.
*
* @return
*/
public Note getNote();
/** /**
* Gets the note. * Gets the note.
* *