Uses of Record Class
com.coderyo.coderyogui.CustomGUI
Packages that use CustomGUI
-
Uses of CustomGUI in com.coderyo.coderyogui
Methods in com.coderyo.coderyogui that return CustomGUIModifier and TypeMethodDescriptionEditorHolder.getGUI()GUIHolder.getGUI()EditSession.gui()Returns the value of theguirecord component.Methods in com.coderyo.coderyogui that return types with arguments of type CustomGUIMethods in com.coderyo.coderyogui with parameters of type CustomGUIModifier and TypeMethodDescriptionstatic voidGUIEditor.openCommandManager(org.bukkit.entity.Player player, CustomGUI gui, int slot, int pageId, int commandPage) static voidGUIEditor.openContextMenu(org.bukkit.entity.Player player, CustomGUI gui, int slot, int pageId) static voidGUIEditor.openEditor(org.bukkit.entity.Player player, CustomGUI gui, int pageId) static voidGUIEditor.openItemSelect(org.bukkit.entity.Player player, CustomGUI gui, int slot, int pageId, String search, int searchPage) static voidGUIEditor.openRowSelect(org.bukkit.entity.Player player, CustomGUI gui, int pageId) Constructors in com.coderyo.coderyogui with parameters of type CustomGUIModifierConstructorDescriptionEditorHolder(CustomGUI gui, int pageId) EditorHolder(CustomGUI gui, int pageId, int slot) EditorHolder(CustomGUI gui, int pageId, int slot, int searchPage) EditorHolder(CustomGUI gui, int pageId, int slot, int searchPage, String search) EditSession(CustomGUI gui, String state, int slot, int pageId) EditSession(CustomGUI gui, String state, int slot, int pageId, List<String> tempData) Creates an instance of aEditSessionrecord class. -
Uses of CustomGUI in com.coderyo.coderyogui.api
Methods in com.coderyo.coderyogui.api that return CustomGUIModifier and TypeMethodDescriptionGUIClickEvent.getGui()Gets the CustomGUI that was clicked.Retrieves a read-only copy of a GUI's data.Constructors in com.coderyo.coderyogui.api with parameters of type CustomGUIModifierConstructorDescriptionGUIClickEvent(org.bukkit.entity.Player player, CustomGUI gui, int pageId, int slot, GUIItem item) Constructs a new GUIClickEvent.GUIClickEvent(org.bukkit.entity.Player player, CustomGUI gui, int pageId, int slot, GUIItem item, boolean isBackButton) Constructs a new GUIClickEvent with back button indicator.