Package me.hsgamer.bettergui.button
Class WrappedPredicateButton
- java.lang.Object
-
- me.hsgamer.bettergui.api.button.BaseWrappedButton<PredicateButton>
-
- me.hsgamer.bettergui.button.WrappedPredicateButton
-
- All Implemented Interfaces:
WrappedButton
,MenuElement
,Button
,Initializable
public class WrappedPredicateButton extends BaseWrappedButton<PredicateButton>
-
-
Constructor Summary
Constructors Constructor Description WrappedPredicateButton(ButtonBuilder.Input input)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
applyRequirement(Map<String,Object> section, WrappedButton wrappedButton, Set<UUID> checked, PredicateButton predicateButton)
protected PredicateButton
createButton(Map<String,Object> section)
Create the button from the sectionvoid
refresh(UUID uuid)
Refresh the button for the unique id-
Methods inherited from class me.hsgamer.bettergui.api.button.BaseWrappedButton
display, getMenu, getName, getOptions, init, stop
-
-
-
-
Constructor Detail
-
WrappedPredicateButton
public WrappedPredicateButton(ButtonBuilder.Input input)
-
-
Method Detail
-
applyRequirement
public static void applyRequirement(Map<String,Object> section, WrappedButton wrappedButton, Set<UUID> checked, PredicateButton predicateButton)
-
createButton
protected PredicateButton createButton(Map<String,Object> section)
Description copied from class:BaseWrappedButton
Create the button from the section- Specified by:
createButton
in classBaseWrappedButton<PredicateButton>
- Parameters:
section
- the section- Returns:
- the button
-
refresh
public void refresh(UUID uuid)
Description copied from interface:WrappedButton
Refresh the button for the unique id- Parameters:
uuid
- the unique id
-
-