Package me.hsgamer.bettergui.button
Class WrappedDummyButton
- java.lang.Object
-
- me.hsgamer.bettergui.api.button.BaseWrappedButton<me.hsgamer.hscore.minecraft.gui.button.impl.DummyButton>
-
- me.hsgamer.bettergui.button.WrappedDummyButton
-
- All Implemented Interfaces:
WrappedButton,MenuElement,me.hsgamer.hscore.minecraft.gui.button.Button,me.hsgamer.hscore.ui.property.Initializable
public class WrappedDummyButton extends BaseWrappedButton<me.hsgamer.hscore.minecraft.gui.button.impl.DummyButton>
-
-
Field Summary
-
Fields inherited from class me.hsgamer.bettergui.api.button.BaseWrappedButton
button, menu, name, options
-
-
Constructor Summary
Constructors Constructor Description WrappedDummyButton(ButtonBuilder.Input input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected me.hsgamer.hscore.minecraft.gui.button.impl.DummyButtoncreateButton(Map<String,Object> section)Create the button from the section-
Methods inherited from class me.hsgamer.bettergui.api.button.BaseWrappedButton
display, getMenu, getName, getOptions, init, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface me.hsgamer.bettergui.api.button.WrappedButton
refresh
-
-
-
-
Constructor Detail
-
WrappedDummyButton
public WrappedDummyButton(ButtonBuilder.Input input)
-
-
Method Detail
-
createButton
protected me.hsgamer.hscore.minecraft.gui.button.impl.DummyButton createButton(Map<String,Object> section)
Description copied from class:BaseWrappedButtonCreate the button from the section- Specified by:
createButtonin classBaseWrappedButton<me.hsgamer.hscore.minecraft.gui.button.impl.DummyButton>- Parameters:
section- the section- Returns:
- the button
-
-