Interface Shop.ImagesTab

  • Enclosing interface:
    Shop

    public static interface Shop.ImagesTab
    The instance that represents the images tab settings in the shop control panel.
    See Also:
    Shop.imagesTab()
    • Method Detail

      • getFaviconImage

        @NotNull
        @NotNull Optional<String> getFaviconImage()
        Get the favicon image that used in this shop.
        Returns:
        The favicon image.
      • getLogoImage

        @NotNull
        @NotNull Optional<String> getLogoImage()
        Get the logo image that used in this shop.
        Returns:
        The logo image.
      • getBackgroundImage

        @NotNull
        @NotNull Optional<String> getBackgroundImage()
        Get the background image that used in this shop.
        Returns:
        The background image.
      • getSideImage

        @NotNull
        @NotNull Optional<String> getSideImage()
        Get the side image that used in this shop.
        Returns:
        The side image.