Package org.bukkit
Class MusicInstrument
java.lang.Object
org.bukkit.MusicInstrument
- All Implemented Interfaces:
Keyed
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MusicInstrument
static final MusicInstrument
static final MusicInstrument
static final MusicInstrument
static final MusicInstrument
static final MusicInstrument
static final MusicInstrument
static final MusicInstrument
-
Method Summary
Modifier and TypeMethodDescriptionstatic MusicInstrument
getByKey
(NamespacedKey namespacedKey) Returns aMusicInstrument
by aNamespacedKey
.getKey()
Return the namespaced identifier for this object.static Collection<MusicInstrument>
values()
Returns all known MusicInstruments.
-
Field Details
-
PONDER
-
SING
-
SEEK
-
FEEL
-
ADMIRE
-
CALL
-
YEARN
-
DREAM
-
-
Method Details
-
getKey
Description copied from interface:Keyed
Return the namespaced identifier for this object. -
getByKey
Returns aMusicInstrument
by aNamespacedKey
.- Parameters:
namespacedKey
- the key- Returns:
- the event or null
-
values
Returns all known MusicInstruments.- Returns:
- the memoryKeys
-