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 TypeInterfaceDescriptioninterfaceRepresents 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 TypeClassDescriptionclassAn 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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassRepresents 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 classThe `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 TypeInterfaceDescriptioninterfaceCustom GUI interpreter to process XML-based GUI definitions and handle GUI components.Classes in io.github.toberocat.guiengine.interpreter that implement GuiEventsModifier and TypeClassDescriptionclassDefaultInterpreter is an implementation of the GuiInterpreter interface that provides default interpretation and handling of GUI components defined in XML format.