Class TemplateButton

  • All Implemented Interfaces:
    WrappedButton, MenuElement, me.hsgamer.hscore.minecraft.gui.button.Button, me.hsgamer.hscore.ui.property.Initializable

    public class TemplateButton
    extends BaseWrappedButton<me.hsgamer.hscore.minecraft.gui.button.Button>
    • Constructor Detail

      • TemplateButton

        public TemplateButton​(ButtonBuilder.Input input)
        Create a new button
        Parameters:
        input - the input
    • Method Detail

      • createButton

        protected me.hsgamer.hscore.minecraft.gui.button.Button createButton​(Map<String,​Object> section)
        Description copied from class: BaseWrappedButton
        Create the button from the section
        Specified by:
        createButton in class BaseWrappedButton<me.hsgamer.hscore.minecraft.gui.button.Button>
        Parameters:
        section - the section
        Returns:
        the button