Uses of Interface
me.hsgamer.hscore.ui.property.Initializable
Package
Description
Contains the base classes for UI modules in Bukkit
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 base classes for masks in Minecraft's GUI
Contains the pre-made masks for Minecraft's GUI
Contains the simple implementation of UI modules for Minecraft
Contains the base classes for UI modules in Minestom
Contains the inventories used by
MinestomGUIDisplay
Contains the UI's base classes
-
Uses of Initializable in me.hsgamer.hscore.bukkit.gui
-
Uses of Initializable in me.hsgamer.hscore.bukkit.gui.button.impl
Modifier and TypeClassDescriptionclass
The air buttonclass
The button that stores the input itemclass
The button that stores the output button for the viewer -
Uses of Initializable in me.hsgamer.hscore.minecraft.gui
Modifier and TypeClassDescriptionclass
GUIDisplay<H extends GUIHolder<?>>
The baseDisplay
for UI in Minecraftclass
GUIHolder<D extends GUIDisplay<?>>
The baseHolder
for UI in Minecraftclass
InventoryGUIDisplay<H extends GUIHolder<?>>
An implementation ofGUIDisplay
for Inventory-based GUI -
Uses of Initializable in me.hsgamer.hscore.minecraft.gui.advanced
-
Uses of Initializable in me.hsgamer.hscore.minecraft.gui.button
-
Uses of Initializable in me.hsgamer.hscore.minecraft.gui.button.impl
Modifier and TypeClassDescriptionclass
The animated button with child buttons as framesclass
The dummy button with only the itemclass
The button with a list of child buttonsclass
The null button, only with actionclass
The button with predicatesclass
A simple button -
Uses of Initializable in me.hsgamer.hscore.minecraft.gui.mask
-
Uses of Initializable in me.hsgamer.hscore.minecraft.gui.mask.impl
Modifier and TypeClassDescriptionclass
The animated mask with child masks as framesclass
The mask with a map of slot and buttonclass
The button paginated mask, those with a long list ofButton
divided into pages.class
The mask that views multiple masksclass
The mask with a list of child masksclass
The mask paginated mask, those with a long list ofMask
divided into pages.class
The masks with multiple slotclass
The animated mask with child masks as frames, but only run onceclass
class
The placeholder mask
Used for per-user masksclass
The mask with predicateclass
A button paginated mask, where eachButton
is a pageclass
The simple mask with a singleButton
class
TheButtonPaginatedMask
with the static list of buttonsclass
TheMaskPaginatedMask
with the static list of masksclass
TheSequencePaginatedMask
with the static list of buttons -
Uses of Initializable in me.hsgamer.hscore.minecraft.gui.simple
-
Uses of Initializable in me.hsgamer.hscore.minestom.gui
Modifier and TypeClassDescriptionclass
TheGUIDisplay
for Minestomclass
TheGUIHolder
for Minestom -
Uses of Initializable in me.hsgamer.hscore.minestom.gui.inventory
-
Uses of Initializable in me.hsgamer.hscore.ui
Modifier and TypeInterfaceDescriptioninterface
The displayinterface
The holder for all displaysModifier and TypeClassDescriptionclass
BaseDisplay<H extends Holder<?>>
A simple implementation ofDisplay
class
BaseHolder<D extends Display>
A simple implementation ofHolder