geforkt von Mirrors/Paper
Added missing Note getNote().
By: EvilSeph <evilseph@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
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.
|
||||||
*
|
*
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren