Interface Keyed

All Known Subinterfaces:
ClickEvent.Payload.Custom, Key, KeyedValue<T>, Pointer<V>, Sound.Type

public interface Keyed
Something that has an associated Key.
Since:
4.0.0
  • Method Summary

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

    • key

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