Interface MusicDisc
-
- All Superinterfaces:
DefaultedRegistryValue
@CatalogedBy(MusicDiscs.class) public interface MusicDisc extends DefaultedRegistryValue
Represents the type of music disc that can be played by aJukebox
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SoundType
sound()
-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-