Uses of Class
io.github.toberocat.guiengine.exception.GuiIORuntimeException
Packages that use GuiIORuntimeException
-
Uses of GuiIORuntimeException in io.github.toberocat.guiengine
Methods in io.github.toberocat.guiengine that throw GuiIORuntimeExceptionModifier and TypeMethodDescription@NotNull XmlGui
GuiEngineApi.loadXmlGui
(@NotNull Map<String, String> placeholders, @NotNull String guiId) Loads and returns the XML-based GUI definition with the specified ID, substituting the placeholders.@NotNull GuiContext
Opens a GUI with the specified ID for the given player, using the default placeholders.@NotNull GuiContext
GuiEngineApi.openGui
(@NotNull org.bukkit.entity.Player player, @NotNull String guiId, @NotNull Map<String, String> placeholders) Opens a GUI with the specified ID for the given player, using the provided placeholders.void
GuiEngineApi.reload()
Reloads the available GUIs from the GUI folder.