Class MenuTemplate
java.lang.Object
me.gigawartrex.smalladditions.helpers.MenuTemplate
- Direct Known Subclasses:
MainMenu
Abstract template class for
IconMenu
.- Author:
- Paul Ferlitz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IconMenu
Method to generate and return a custom IconMenu.Get the books Config.Get the books MessageHelper.
-
Constructor Details
-
MenuTemplate
public MenuTemplate()Class constructor.
-
-
Method Details
-
getMessageHelper
Get the books MessageHelper.- Returns:
- the
MessageHelper
.
-
getConfig
Get the books Config.- Returns:
- the
Config
-
generateMenu
Method to generate and return a custom IconMenu.- Returns:
- the custom
IconMenu
-