Uses of Class
io.github.toberocat.guiengine.exception.GuiNotFoundRuntimeException
Packages that use GuiNotFoundRuntimeException
-
Uses of GuiNotFoundRuntimeException in io.github.toberocat.guiengine
Methods in io.github.toberocat.guiengine that throw GuiNotFoundRuntimeExceptionModifier 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.