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 classBaseWrappedButton<B extends me.hsgamer.hscore.minecraft.gui.button.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 classActionButton<B extends me.hsgamer.hscore.minecraft.gui.button.Button>classEmptyButtonclassLegacyMenuButtonclassTemplateButtonclassWrappedAirButtonclassWrappedAnimatedButtonclassWrappedDummyButtonclassWrappedListButtonclassWrappedNullButtonclassWrappedPredicateButtonclassWrappedSimpleButtonMethods in me.hsgamer.bettergui.button with parameters of type WrappedButton Modifier and Type Method Description static voidWrappedPredicateButton. applyRequirement(Map<String,Object> section, WrappedButton wrappedButton, Set<UUID> checked, me.hsgamer.hscore.minecraft.gui.button.impl.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<me.hsgamer.hscore.bukkit.clicktype.BukkitClickType,RequirementApplier>RequirementApplier. convertClickRequirementAppliers(Map<String,Object> section, WrappedButton button)Convert the section to a map of click requirement appliers
-