Interface Title

  • All Superinterfaces:
    net.kyori.examination.Examinable

    @NonExtendable
    public interface Title
    extends net.kyori.examination.Examinable
    Represents an in-game title, which can be displayed across the centre of the screen.
    Since:
    4.0.0
    See Also:
    Title.Times
    • Field Detail

      • DEFAULT_TIMES

        static final Title.Times DEFAULT_TIMES
        The default times.
        Since:
        4.0.0
    • Method Detail

      • title

        static @NonNull Title title​(@NonNull Component title,
                                    @NonNull Component subtitle)
        Creates a title.
        Parameters:
        title - the title
        subtitle - the subtitle
        Returns:
        the title
        Since:
        4.0.0
      • title

        static @NonNull Title title​(@NonNull Component title,
                                    @NonNull Component subtitle,
                                    @Nullable Title.Times times)
        Creates a title.
        Parameters:
        title - the title
        subtitle - the subtitle
        times - the times
        Returns:
        the title
        Since:
        4.0.0
      • title

        @NonNull Component title()
        Gets the title.
        Returns:
        the title
        Since:
        4.0.0
      • subtitle

        @NonNull Component subtitle()
        Gets the subtitle.
        Returns:
        the subtitle
        Since:
        4.0.0
      • times

        @Nullable Title.Times times()
        Gets the times.
        Returns:
        the times
        Since:
        4.0.0