Uses of Class
org.bukkit.Note
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.block.data.type |
Specific BlockData classes relevant to only a given block or set of blocks.
|
org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world , including all players, monsters, projectiles, etc. |
org.bukkit.event.block |
-
Uses of Note in org.bukkit
Methods in org.bukkit that return Note Modifier and Type Method Description static Note
Note. flat(int octave, Note.Tone tone)
Creates a new note for a flat tone, such as A-flat.Note
Note. flattened()
static Note
Note. natural(int octave, Note.Tone tone)
Creates a new note for a natural tone, such as A-natural.static Note
Note. sharp(int octave, Note.Tone tone)
Creates a new note for a sharp tone, such as A-sharp.Note
Note. sharped()
-
Uses of Note in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return Note Modifier and Type Method Description Note
NoteBlock. getNote()
Gets the value of the 'note' property.Methods in org.bukkit.block.data.type with parameters of type Note Modifier and Type Method Description void
NoteBlock. setNote(Note note)
Sets the value of the 'note' property. -
Uses of Note in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type Note Modifier and Type Method Description void
Player. playNote(Location loc, Instrument instrument, Note note)
Play a note for a player at a location. -
Uses of Note in org.bukkit.event.block
Methods in org.bukkit.event.block that return Note Modifier and Type Method Description Note
NotePlayEvent. getNote()
Gets theNote
to be played.Methods in org.bukkit.event.block with parameters of type Note Modifier and Type Method Description void
NotePlayEvent. setNote(Note note)
Deprecated.no effect on newer Minecraft versionsConstructors in org.bukkit.event.block with parameters of type Note Constructor Description NotePlayEvent(Block block, Instrument instrument, Note note)