Added missing Note getNote().
This commit is contained in:
parent
ce36ff1cf9
commit
714eb939c6
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user