Uses of Class
me.hsgamer.hscore.minecraft.gui.button.DisplayButton
Package
Description
Contains the pre-made
Button
s for BukkitContains the base classes for UI modules in Minecraft
Contains the advanced implementation of UI modules for Minecraft
Contains the base classes for buttons for UI in Minecraft
Contains the pre-made
Button
s for UI in MinecraftContains the simple implementation of UI modules for Minecraft
-
Uses of DisplayButton in me.hsgamer.hscore.bukkit.gui.button.impl
-
Uses of DisplayButton in me.hsgamer.hscore.minecraft.gui
Modifier and TypeMethodDescriptionInventoryGUIDisplay.getViewedButton
(int slot) Get the viewed button at the slotInventoryGUIDisplay.getViewedButtons()
Get the viewed buttons -
Uses of DisplayButton in me.hsgamer.hscore.minecraft.gui.advanced
Modifier and TypeMethodDescription@NotNull Map<@NotNull Integer,
@NotNull DisplayButton> AdvancedButtonMap.getButtons
(@NotNull UUID uuid, InventorySize inventorySize) -
Uses of DisplayButton in me.hsgamer.hscore.minecraft.gui.button
Modifier and TypeMethodDescription@Nullable DisplayButton
Display the buttonDisplayButton.setAction
(@Nullable Consumer<ViewerEvent> action) Set the action to handle the eventDisplayButton.setClickAction
(@Nullable Consumer<ClickEvent> action) Set the action to handle the click eventSet the item to displayModifier and TypeMethodDescription@NotNull Map<@NotNull Integer,
@NotNull DisplayButton> ButtonMap.getButtons
(@NotNull UUID uuid, InventorySize inventorySize) Get the button map that is ready to be displayed to the unique idModifier and TypeMethodDescriptionvoid
DisplayButton.apply
(DisplayButton displayButton) Apply the display button to this instance -
Uses of DisplayButton in me.hsgamer.hscore.minecraft.gui.button.impl
-
Uses of DisplayButton in me.hsgamer.hscore.minecraft.gui.simple
Modifier and TypeMethodDescription@NotNull Map<@NotNull Integer,
@NotNull DisplayButton> SimpleButtonMap.getButtons
(@NotNull UUID uuid, InventorySize inventorySize)