Package me.hsgamer.bettergui.button
Class WrappedAirButton
- java.lang.Object
-
- me.hsgamer.bettergui.api.button.BaseWrappedButton<B>
-
- me.hsgamer.bettergui.button.ActionButton<me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton>
-
- me.hsgamer.bettergui.button.WrappedAirButton
-
- All Implemented Interfaces:
WrappedButton,MenuElement,me.hsgamer.hscore.minecraft.gui.button.Button,me.hsgamer.hscore.ui.property.Initializable
public class WrappedAirButton extends ActionButton<me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton>
-
-
Field Summary
-
Fields inherited from class me.hsgamer.bettergui.api.button.BaseWrappedButton
button, menu, name, options
-
-
Constructor Summary
Constructors Constructor Description WrappedAirButton(ButtonBuilder.Input input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Function<Consumer<me.hsgamer.hscore.minecraft.gui.event.ClickEvent>,me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton>getButtonFunction(Map<String,Object> section)-
Methods inherited from class me.hsgamer.bettergui.button.ActionButton
createButton
-
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
-
WrappedAirButton
public WrappedAirButton(ButtonBuilder.Input input)
-
-
Method Detail
-
getButtonFunction
protected Function<Consumer<me.hsgamer.hscore.minecraft.gui.event.ClickEvent>,me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton> getButtonFunction(Map<String,Object> section)
- Specified by:
getButtonFunctionin classActionButton<me.hsgamer.hscore.minecraft.gui.button.impl.SimpleButton>
-
-