mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Added missing Note getNote().
This commit is contained in:
parent
ce36ff1cf9
commit
714eb939c6
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
Reference in a new issue