Interface Sound.Type

All Superinterfaces:
Keyed
Enclosing interface:
Sound

public static interface Sound.Type extends Keyed
A sound type.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Key
    key()
    Gets the key.
  • Method Details

    • key

      @NotNull @NotNull Key key()
      Gets the key.
      Specified by:
      key in interface Keyed
      Returns:
      the key
      Since:
      4.0.0