Interface UpgradeShopLayout
public interface UpgradeShopLayout
-
Method Summary
Modifier 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 UpgradeShopLayoutType
getType()
Returns the type of the layout to make it easier to differentiate to default onesboolean
isBeta()
Returns whether the layout is in beta state
-
Method Details
-
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 stateBeta 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
UpgradeShopLayoutHandler getHandler()Returns the handler of it- Returns:
- The handler of the layout
-