Interface MenuTitleProvider


public interface MenuTitleProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    getTitle(@NotNull Player player)
    A provider for the Menu title when the Menu is created.
  • Method Details

    • getTitle

      @NotNull @NotNull String getTitle(@NotNull @NotNull Player player)
      A provider for the Menu title when the Menu is created.
      Parameters:
      player - The player viewing this menu, for context.
      Returns:
      The title of the menu.