Interface SoundType
- All Superinterfaces:
Keyed
,ResourceKeyed
,Sound.Type
Represents a sound that can be heard on clients.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builds a SoundType, primarily for sending custom sounds to the client. -
Method Summary
Modifier and TypeMethodDescriptionstatic SoundType.Builder
builder()
Creates a newSoundType.Builder
for building SoundTypes.Methods inherited from interface org.spongepowered.api.ResourceKeyed
key
Methods inherited from interface net.kyori.adventure.sound.Sound.Type
key
-
Method Details
-
builder
Creates a newSoundType.Builder
for building SoundTypes.- Returns:
- A new builder
-