Uses of Enum Class
org.bukkit.Instrument
Packages that use Instrument
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 Instrument in org.bukkit
Methods in org.bukkit that return InstrumentModifier and TypeMethodDescriptionstatic @Nullable Instrument
Instrument.getByType
(byte type) Deprecated.Magic valuestatic Instrument
Returns the enum constant of this class with the specified name.static Instrument[]
Instrument.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Instrument in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return InstrumentModifier and TypeMethodDescriptionNoteBlock.getInstrument()
Gets the value of the 'instrument' property.Methods in org.bukkit.block.data.type with parameters of type InstrumentModifier and TypeMethodDescriptionvoid
NoteBlock.setInstrument
(@NotNull Instrument instrument) Sets the value of the 'instrument' property. -
Uses of Instrument in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type Instrument -
Uses of Instrument in org.bukkit.event.block
Methods in org.bukkit.event.block that return InstrumentMethods in org.bukkit.event.block with parameters of type InstrumentModifier and TypeMethodDescriptionvoid
NotePlayEvent.setInstrument
(@NotNull Instrument instrument) Overrides theInstrument
to be used.Constructors in org.bukkit.event.block with parameters of type InstrumentModifierConstructorDescriptionNotePlayEvent
(@NotNull Block block, @NotNull Instrument instrument, @NotNull Note note)