Uses of Interface
me.hsgamer.bettergui.api.button.WrappedButton
-
Packages that use WrappedButton Package Description me.hsgamer.bettergui.api.button me.hsgamer.bettergui.builder me.hsgamer.bettergui.button me.hsgamer.bettergui.requirement -
-
Uses of WrappedButton in me.hsgamer.bettergui.api.button
Classes in me.hsgamer.bettergui.api.button that implement WrappedButton Modifier and Type Class Description class
BaseWrappedButton<B extends Button>
The base class of wrapped button -
Uses of WrappedButton in me.hsgamer.bettergui.builder
Methods in me.hsgamer.bettergui.builder that return types with arguments of type WrappedButton Modifier and Type Method Description List<WrappedButton>
ButtonBuilder. getChildButtons(WrappedButton parentButton, Map<String,Object> section)
Get the child buttons from the parent buttonMethods in me.hsgamer.bettergui.builder with parameters of type WrappedButton Modifier and Type Method Description List<WrappedButton>
ButtonBuilder. getChildButtons(WrappedButton parentButton, Map<String,Object> section)
Get the child buttons from the parent button -
Uses of WrappedButton in me.hsgamer.bettergui.button
Classes in me.hsgamer.bettergui.button that implement WrappedButton Modifier and Type Class Description class
ActionButton<B extends Button>
class
EmptyButton
class
LegacyMenuButton
class
TemplateButton
class
WrappedAirButton
class
WrappedAnimatedButton
class
WrappedDummyButton
class
WrappedListButton
class
WrappedNullButton
class
WrappedPredicateButton
class
WrappedSimpleButton
Methods in me.hsgamer.bettergui.button with parameters of type WrappedButton Modifier and Type Method Description static void
WrappedPredicateButton. applyRequirement(Map<String,Object> section, WrappedButton wrappedButton, Set<UUID> checked, PredicateButton predicateButton)
-
Uses of WrappedButton in me.hsgamer.bettergui.requirement
Methods in me.hsgamer.bettergui.requirement with parameters of type WrappedButton Modifier and Type Method Description static Map<BukkitClickType,RequirementApplier>
RequirementApplier. convertClickRequirementAppliers(Map<String,Object> section, WrappedButton button)
Convert the section to a map of click requirement appliers
-