13
0
geforkt von Mirrors/Paper

Added missing Note getNote().

By: EvilSeph <evilseph@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-07-28 01:29:04 -04:00
Ursprung c9b9f56903
Commit 920854a915

Datei anzeigen

@ -8,6 +8,13 @@ import org.bukkit.Note;
*/
public interface NoteBlock extends BlockState {
/**
* Gets the note.
*
* @return
*/
public Note getNote();
/**
* Gets the note.
*