Uses of Interface
me.hsgamer.hscore.ui.property.Updatable
Package
Description
Contains the base classes for UI modules in Bukkit
Contains the base classes for UI modules in Minecraft
Contains the base classes for UI modules in Minestom
Contains the UI's base classes
-
Uses of Updatable in me.hsgamer.hscore.bukkit.gui
-
Uses of Updatable 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 Updatable in me.hsgamer.hscore.minestom.gui
Modifier and TypeClassDescriptionclass
TheGUIDisplay
for Minestomclass
TheGUIHolder
for Minestom -
Uses of Updatable 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