Interface ConsumablePlaySound
- All Superinterfaces:
- ConfigurationSerializable,- ConsumableEffect
Represent a sound played when an item is consumed.
- 
Method SummaryMethods inherited from interface org.bukkit.configuration.serialization.ConfigurationSerializableserialize
- 
Method Details- 
getSoundGets the sound to play on completion of the item's consumption.- Returns:
- the sound
 
- 
setSoundSets the sound to play on completion of the item's consumption.- Parameters:
- sound- sound
 
 
-