Interface UpgradeShopLayout
public interface UpgradeShopLayout
- 
Method SummaryModifier and TypeMethodDescriptionReturns the handler of itgetName()Returns the name of the layout that will be shown inter alia in the shop configReturns the plugin that has created the layoutdefault UpgradeShopLayoutTypegetType()Returns the type of the layout to make it easier to differentiate to default onesbooleanisBeta()Returns whether the layout is in beta state
- 
Method Details- 
getTypeReturns the type of the layout to make it easier to differentiate to default ones- Returns:
- The type of layout
 
- 
getNameString getName()Returns the name of the layout that will be shown inter alia in the shop config- Returns:
- The name of the UpgradeShopLayout
 
- 
isBetaboolean isBeta()Returns whether the layout is in beta stateBeta meaning that the layout hasn't been completely finished yet or hasn't been tested - Returns:
- If it's in beta state
 
- 
getPluginPlugin getPlugin()Returns the plugin that has created the layout- Returns:
- The plugin that created the layout
 
- 
getHandlerUpgradeShopLayoutHandler getHandler()Returns the handler of it- Returns:
- The handler of the layout
 
 
-