Uses of Record Class
com.coderyo.coderyogui.GUIItem
Packages that use GUIItem
-
Uses of GUIItem in com.coderyo.coderyogui
Methods in com.coderyo.coderyogui that return types with arguments of type GUIItemModifier and TypeMethodDescriptionGUIPage.items()Returns the value of theitemsrecord component.Constructor parameters in com.coderyo.coderyogui with type arguments of type GUIItem -
Uses of GUIItem in com.coderyo.coderyogui.api
Methods in com.coderyo.coderyogui.api that return GUIItemModifier and TypeMethodDescriptionGUIItemBuilder.build()Builds and returns the configured GUIItem.GUIClickEvent.getItem()Gets the GUIItem in the clicked slot, if any.Methods in com.coderyo.coderyogui.api with parameters of type GUIItemModifier and TypeMethodDescriptionbooleanSets an item in a specific slot on a GUI page.Constructors in com.coderyo.coderyogui.api with parameters of type GUIItemModifierConstructorDescriptionGUIClickEvent(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.