Uses of Class
org.bukkit.Note
Packages that use Note
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Specific BlockData classes relevant to only a given block or set of blocks.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Note in org.bukkit
Methods in org.bukkit that return NoteModifier and TypeMethodDescriptionstatic @NotNull Note
Creates a new note for a flat tone, such as A-flat.@NotNull Note
Note.flattened()
static @NotNull Note
Creates a new note for a natural tone, such as A-natural.static @NotNull Note
Creates a new note for a sharp tone, such as A-sharp.@NotNull Note
Note.sharped()
Methods in org.bukkit with parameters of type NoteModifier and TypeMethodDescriptiondefault void
World.playNote
(@NotNull Location loc, @NotNull Instrument instrument, @NotNull Note note) Play a note at the provided Location in the World. -
Uses of Note in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return NoteModifier and TypeMethodDescription@NotNull Note
NoteBlock.getNote()
Gets the value of the 'note' property.Methods in org.bukkit.block.data.type with parameters of type Note -
Uses of Note in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type NoteModifier and TypeMethodDescriptionvoid
Player.playNote
(Location loc, Instrument instrument, Note note) Play a note for the player at a location. -
Uses of Note in org.bukkit.event.block
Methods in org.bukkit.event.block that return NoteModifier and TypeMethodDescription@NotNull Note
NotePlayEvent.getNote()
Gets theNote
to be played.Methods in org.bukkit.event.block with parameters of type NoteConstructors in org.bukkit.event.block with parameters of type NoteModifierConstructorDescriptionNotePlayEvent
(@NotNull Block block, @NotNull Instrument instrument, @NotNull Note note)