Added missing Note getNote().

By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
Bukkit/Spigot 2011-07-28 01:29:04 -04:00
parent c9b9f56903
commit 920854a915

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.
*