Interface Sound.Type

Enclosing interface:
Sound

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

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

    • key

      @NonNull Key key()
      Gets the key.
      Returns:
      the key
      Since:
      4.0.0