Uses of Interface
me.hsgamer.hscore.minecraft.gui.object.Item
Packages that use 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
Methods in me.hsgamer.hscore.bukkit.gui with parameters of type Item -
Uses of Item in me.hsgamer.hscore.bukkit.gui.object
Classes in me.hsgamer.hscore.bukkit.gui.object that implement Item -
Uses of Item in me.hsgamer.hscore.minecraft.gui
Methods in me.hsgamer.hscore.minecraft.gui with parameters of type Item -
Uses of Item in me.hsgamer.hscore.minecraft.gui.button
Methods in me.hsgamer.hscore.minecraft.gui.button that return ItemMethods in me.hsgamer.hscore.minecraft.gui.button with parameters of type ItemModifier and TypeMethodDescriptionSet the item to display -
Uses of Item in me.hsgamer.hscore.minecraft.gui.button.impl
Constructors in me.hsgamer.hscore.minecraft.gui.button.impl with parameters of type ItemModifierConstructorDescriptionDummyButton
(@Nullable Item itemStack) Create a new buttonSimpleButton
(@Nullable Item item, @NotNull Consumer<@NotNull ClickEvent> consumer) Create a new buttonConstructor parameters in me.hsgamer.hscore.minecraft.gui.button.impl with type arguments of type ItemModifierConstructorDescriptionDummyButton
(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
Methods in me.hsgamer.hscore.minestom.gui with parameters of type Item -
Uses of Item in me.hsgamer.hscore.minestom.gui.object
Classes in me.hsgamer.hscore.minestom.gui.object that implement Item