Uses of Interface
me.hsgamer.hscore.minecraft.gui.object.Item
Package
Description
Contains the base classes for UI modules in Bukkit
Contains the Bukkit implementation of
me.hsgamer.hscore.minecraft.gui.object
Contains the base classes for UI modules in Minecraft
Contains the base classes for buttons for UI in Minecraft
Contains the pre-made
Button
s for UI in MinecraftContains the base classes for UI modules in Minestom
Contains the Minestom implementation of
me.hsgamer.hscore.minecraft.gui.object
-
Uses of Item in me.hsgamer.hscore.bukkit.gui
-
Uses of Item in me.hsgamer.hscore.bukkit.gui.object
-
Uses of Item in me.hsgamer.hscore.minecraft.gui
-
Uses of Item in me.hsgamer.hscore.minecraft.gui.button
Modifier and TypeMethodDescriptionSet the item to display -
Uses of Item in me.hsgamer.hscore.minecraft.gui.button.impl
ModifierConstructorDescriptionDummyButton
(@Nullable Item itemStack) Create a new buttonSimpleButton
(@Nullable Item item, @NotNull Consumer<@NotNull ClickEvent> consumer) Create a new buttonModifierConstructorDescriptionDummyButton
(Function<@NotNull UUID, @Nullable Item> itemFunction) Create a new buttonSimpleButton
(@NotNull Function<@NotNull UUID, @Nullable Item> itemFunction, @NotNull Consumer<@NotNull ClickEvent> consumer) Create a new simple button -
Uses of Item in me.hsgamer.hscore.minestom.gui
-
Uses of Item in me.hsgamer.hscore.minestom.gui.object