Uses of Interface
io.github.toberocat.guiengine.event.GuiEvents
Packages that use GuiEvents
Package
Description
-
Uses of GuiEvents in io.github.toberocat.guiengine.components
Subinterfaces of GuiEvents in io.github.toberocat.guiengine.componentsModifier and TypeInterfaceDescriptioninterface
Represents a GUI component that can be rendered and interacted with in the graphical user interface.Classes in io.github.toberocat.guiengine.components that implement GuiEventsModifier and TypeClassDescriptionclass
An abstract base class for GUI components. -
Uses of GuiEvents in io.github.toberocat.guiengine.components.provided.embedded
Classes in io.github.toberocat.guiengine.components.provided.embedded that implement GuiEventsModifier and TypeClassDescriptionclass
A GUI component that embeds another GUI inside it. -
Uses of GuiEvents in io.github.toberocat.guiengine.components.provided.item
Classes in io.github.toberocat.guiengine.components.provided.item that implement GuiEventsModifier and TypeClassDescriptionclass
A GUI component representing a simple item in the GUI. -
Uses of GuiEvents in io.github.toberocat.guiengine.components.provided.paged
Classes in io.github.toberocat.guiengine.components.provided.paged that implement GuiEventsModifier and TypeClassDescriptionclass
A custom GUI component that represents a paged GUI. -
Uses of GuiEvents in io.github.toberocat.guiengine.components.provided.toggle
Classes in io.github.toberocat.guiengine.components.provided.toggle that implement GuiEventsModifier and TypeClassDescriptionclass
Represents a toggle item component in a GUI. -
Uses of GuiEvents in io.github.toberocat.guiengine.context
Classes in io.github.toberocat.guiengine.context that implement GuiEventsModifier and TypeClassDescriptionfinal class
The `GuiContext` class represents a GUI context that holds information about the GUI components and actions for a specific player. -
Uses of GuiEvents in io.github.toberocat.guiengine.interpreter
Subinterfaces of GuiEvents in io.github.toberocat.guiengine.interpreterModifier and TypeInterfaceDescriptioninterface
Custom GUI interpreter to process XML-based GUI definitions and handle GUI components.Classes in io.github.toberocat.guiengine.interpreter that implement GuiEventsModifier and TypeClassDescriptionclass
DefaultInterpreter is an implementation of the GuiInterpreter interface that provides default interpretation and handling of GUI components defined in XML format.