Uses of Interface
me.hsgamer.hscore.ui.property.Updatable
Packages that use 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
Classes in me.hsgamer.hscore.bukkit.gui that implement Updatable -
Uses of Updatable in me.hsgamer.hscore.minecraft.gui
Classes in me.hsgamer.hscore.minecraft.gui that implement UpdatableModifier 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
Classes in me.hsgamer.hscore.minestom.gui that implement UpdatableModifier and TypeClassDescriptionclass
TheGUIDisplay
for Minestomclass
TheGUIHolder
for Minestom -
Uses of Updatable in me.hsgamer.hscore.ui
Subinterfaces of Updatable in me.hsgamer.hscore.uiModifier and TypeInterfaceDescriptioninterface
The displayinterface
The holder for all displaysClasses in me.hsgamer.hscore.ui that implement UpdatableModifier and TypeClassDescriptionclass
BaseDisplay<H extends Holder<?>>
A simple implementation ofDisplay
class
BaseHolder<D extends Display>
A simple implementation ofHolder