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 XmlGuiGuiEngineApi.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 GuiContextOpens a GUI with the specified ID for the given player, using the default placeholders.@NotNull GuiContextGuiEngineApi.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.voidGuiEngineApi.reload()Reloads the available GUIs from the GUI folder.