Package me.hsgamer.bettergui.button
Class WrappedSimpleButton
- java.lang.Object
-
- me.hsgamer.bettergui.api.button.BaseWrappedButton<B>
-
- me.hsgamer.bettergui.button.ActionButton<SimpleButton>
-
- me.hsgamer.bettergui.button.WrappedSimpleButton
-
- All Implemented Interfaces:
WrappedButton
,MenuElement
,Button
,Initializable
public class WrappedSimpleButton extends ActionButton<SimpleButton>
-
-
Constructor Summary
Constructors Constructor Description WrappedSimpleButton(ButtonBuilder.Input input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Function<Consumer<ClickEvent>,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
-
WrappedSimpleButton
public WrappedSimpleButton(ButtonBuilder.Input input)
-
-
Method Detail
-
getButtonFunction
protected Function<Consumer<ClickEvent>,SimpleButton> getButtonFunction(Map<String,Object> section)
- Specified by:
getButtonFunction
in classActionButton<SimpleButton>
-
-