Uses of Class
org.bukkit.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
Modifier and TypeMethodDescriptionstatic Note
Creates a new note for a flat tone, such as A-flat.Note.flattened()
static Note
Creates a new note for a natural tone, such as A-natural.static Note
Creates a new note for a sharp tone, such as A-sharp.Note.sharped()
Modifier and TypeMethodDescriptionvoid
World.playNote
(Location loc, Instrument instrument, Note note) Play a note at the provided Location in the World. -
Uses of Note in org.bukkit.block.data.type
-
Uses of Note in org.bukkit.entity
Modifier 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
Modifier and TypeMethodDescriptionvoid
Deprecated.no effect on newer Minecraft versions