Interface UpgradeShopLayout


public interface UpgradeShopLayout
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the handler of it
    Returns the name of the layout that will be shown inter alia in the shop config
    Returns the plugin that has created the layout
    Returns the type of the layout to make it easier to differentiate to default ones
    boolean
    Returns whether the layout is in beta state
  • Method Details

    • getType

      default UpgradeShopLayoutType getType()
      Returns the type of the layout to make it easier to differentiate to default ones
      Returns:
      The type of layout
    • getName

      String getName()
      Returns the name of the layout that will be shown inter alia in the shop config
      Returns:
      The name of the UpgradeShopLayout
    • isBeta

      boolean isBeta()
      Returns whether the layout is in beta state

      Beta meaning that the layout hasn't been completely finished yet or hasn't been tested

      Returns:
      If it's in beta state
    • getPlugin

      Plugin getPlugin()
      Returns the plugin that has created the layout
      Returns:
      The plugin that created the layout
    • getHandler

      Returns the handler of it
      Returns:
      The handler of the layout