Uses of Interface
me.hsgamer.hscore.ui.Display
Packages that use Display
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 Display in me.hsgamer.hscore.bukkit.gui
Classes in me.hsgamer.hscore.bukkit.gui that implement Display -
Uses of Display in me.hsgamer.hscore.minecraft.gui
Classes in me.hsgamer.hscore.minecraft.gui that implement DisplayModifier and TypeClassDescriptionclass
GUIDisplay<H extends GUIHolder<?>>
The baseDisplay
for UI in Minecraftclass
InventoryGUIDisplay<H extends GUIHolder<?>>
An implementation ofGUIDisplay
for Inventory-based GUI -
Uses of Display in me.hsgamer.hscore.minestom.gui
Classes in me.hsgamer.hscore.minestom.gui that implement Display -
Uses of Display in me.hsgamer.hscore.ui
Classes in me.hsgamer.hscore.ui with type parameters of type DisplayModifier and TypeClassDescriptionclass
BaseHolder<D extends Display>
A simple implementation ofHolder
interface
The holder for all displaysClasses in me.hsgamer.hscore.ui that implement DisplayModifier and TypeClassDescriptionclass
BaseDisplay<H extends Holder<?>>
A simple implementation ofDisplay