Class ActionButton<B extends me.hsgamer.hscore.minecraft.gui.button.Button>

    • Method Detail

      • getButtonFunction

        protected abstract Function<Consumer<me.hsgamer.hscore.minecraft.gui.event.ClickEvent>,​B> getButtonFunction​(Map<String,​Object> section)
      • createButton

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