Uses of Class
io.github.toberocat.guiengine.xml.XmlGui
Packages that use XmlGui
-
Uses of XmlGui in io.github.toberocat.guiengine
Methods in io.github.toberocat.guiengine that return XmlGui -
Uses of XmlGui in io.github.toberocat.guiengine.interpreter
Methods in io.github.toberocat.guiengine.interpreter with parameters of type XmlGuiModifier and TypeMethodDescription@NotNull GuiContext
DefaultInterpreter.loadContent
(@NotNull GuiEngineApi api, @NotNull org.bukkit.entity.Player viewer, @NotNull XmlGui xmlGui) Loads the GUI content from the given XmlGui and creates a GuiContext with the associated components.@NotNull GuiContext
GuiInterpreter.loadContent
(@NotNull GuiEngineApi api, @NotNull org.bukkit.entity.Player viewer, @NotNull XmlGui xmlGui) Loads the content of a GUI based on the provided XML GUI definition and player viewer.