mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 09:16:06 +01:00
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
Reference in a new issue