Added missing Note getNote().

This commit is contained in:
EvilSeph
2011-07-28 01:29:04 -04:00
parent 57544d0d22
commit 28554c88ef

View File

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