Interface ConsumablePlaySound
- All Superinterfaces:
ConfigurationSerializable
,ConsumableEffect
Represent a sound played when an item is consumed.
-
Method Summary
Methods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializable
serialize
-
Method Details
-
getSound
Gets the sound to play on completion of the item's consumption.- Returns:
- the sound
-
setSound
Sets the sound to play on completion of the item's consumption.- Parameters:
sound
- sound
-