Added missing Note getNote().
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
c9b9f56903
commit
920854a915
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@ import org.bukkit.Note;
|
|||
*/
|
||||
public interface NoteBlock extends BlockState {
|
||||
|
||||
/**
|
||||
* Gets the note.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public Note getNote();
|
||||
|
||||
/**
|
||||
* Gets the note.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue