mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 10:17:38 +01:00
Added missing Note getNote().
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
c9b9f56903
commit
920854a915
@ -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…
Reference in New Issue
Block a user