Uses of Interface
eu.xap3y.xagui.interfaces.GuiMenuInterface
Packages that use GuiMenuInterface
-
Uses of GuiMenuInterface in eu.xap3y.xagui
Classes in eu.xap3y.xagui that implement GuiMenuInterfaceFields in eu.xap3y.xagui declared as GuiMenuInterfaceModifier and TypeFieldDescriptionprotected final GuiMenuInterfaceVirtualMenu.guiThe underlying GUI instance this virtual menu manipulates.Methods in eu.xap3y.xagui that return GuiMenuInterfaceModifier and TypeMethodDescriptionVirtualMenu.build()Access the underlying (already constructed) GUI instance without contextual rebuild.abstract @NotNull GuiMenuInterfaceBuild (or adapt) the GUI instance using a contextual object.VirtualMenu.getGui()Methods in eu.xap3y.xagui that return types with arguments of type GuiMenuInterfaceMethods in eu.xap3y.xagui with parameters of type GuiMenuInterfaceModifier and TypeMethodDescriptionstatic voidXaGui.addOpenMenu(UUID uuid, GuiMenuInterface menu) Constructors in eu.xap3y.xagui with parameters of type GuiMenuInterface -
Uses of GuiMenuInterface in eu.xap3y.xagui.interfaces
Methods in eu.xap3y.xagui.interfaces that return GuiMenuInterfaceModifier and TypeMethodDescription@NotNull GuiMenuInterfaceBuild (or reconfigure) a GUI using the provided context object.Method parameters in eu.xap3y.xagui.interfaces with type arguments of type GuiMenuInterfaceModifier and TypeMethodDescriptionGuiButtonInterface.withRedirect(Supplier<GuiMenuInterface> menu) -
Uses of GuiMenuInterface in eu.xap3y.xagui.models
Method parameters in eu.xap3y.xagui.models with type arguments of type GuiMenuInterfaceModifier and TypeMethodDescriptionGuiButton.withRedirect(Supplier<GuiMenuInterface> menu) Configure a redirect menu supplier to be opened after this button is clicked.