Interface KeybindComponent

    • Method Detail

      • keybind

        @NotNull
        @NotNull String keybind()
        Gets the keybind.
        Returns:
        the keybind
        Since:
        4.0.0
      • keybind

        @Contract(pure=true)
        @NotNull
        @NotNull KeybindComponent keybind​(@NotNull
                                          @NotNull String keybind)
        Sets the keybind.
        Parameters:
        keybind - the keybind
        Returns:
        a copy of this component
        Since:
        4.0.0
      • keybind

        @Contract(pure=true)
        @NotNull
        default @NotNull KeybindComponent keybind​(@NotNull
                                                  @NotNull KeybindComponent.KeybindLike keybind)
        Sets the keybind.
        Parameters:
        keybind - the keybind
        Returns:
        a copy of this component
        Since:
        4.9.0
      • examinableProperties

        @NotNull
        default @NotNull Stream<? extends net.kyori.examination.ExaminableProperty> examinableProperties()
        Specified by:
        examinableProperties in interface Component
        Specified by:
        examinableProperties in interface net.kyori.examination.Examinable