Uses of Class
studio.magemonkey.codex.manager.api.gui.GuiItem
Packages that use GuiItem
-
Uses of GuiItem in studio.magemonkey.codex.config.api
Methods in studio.magemonkey.codex.config.api that return GuiItemModifier and TypeMethodDescriptionJYML.getGuiItem(String path) JYML.getGuiItem(String path, Class<T> clazzEnum) -
Uses of GuiItem in studio.magemonkey.codex.manager.api.gui
Methods in studio.magemonkey.codex.manager.api.gui that return GuiItemModifier and TypeMethodDescriptionprotected final GuiItemNGUI.getButton(org.bukkit.entity.Player player, int slot) Methods in studio.magemonkey.codex.manager.api.gui that return types with arguments of type GuiItemModifier and TypeMethodDescriptionfinal LinkedHashMap<String, GuiItem> NGUI.getContent()NGUI.getUserItems(org.bukkit.entity.Player player) Methods in studio.magemonkey.codex.manager.api.gui with parameters of type GuiItemModifier and TypeMethodDescriptionfinal voidprotected voidNGUI.replaceFrame(org.bukkit.entity.Player player, GuiItem guiItem) protected voidNGUI.replaceMeta(org.bukkit.entity.Player player, org.bukkit.inventory.ItemStack item, GuiItem guiItem) Constructors in studio.magemonkey.codex.manager.api.gui with parameters of type GuiItem