Package net.kyori.adventure.sound
Interface Sound.Type
- All Superinterfaces:
net.kyori.adventure.key.Keyed
- Enclosing interface:
- Sound
public static interface Sound.Type
extends net.kyori.adventure.key.Keyed
A sound type.
- Since:
- 4.0.0
-
Method Summary
Modifier and Type Method Description @NonNull net.kyori.adventure.key.Key
key()
Gets the key.
-
Method Details
-
key
@NonNull net.kyori.adventure.key.Key key()Gets the key.- Specified by:
key
in interfacenet.kyori.adventure.key.Keyed
- Returns:
- the key
- Since:
- 4.0.0
-