Index

A B C D E F G H I L M N O P R S T U V W 
All Classes|All Packages

G

getCurrentPageItems() - Method in class dev.triumphteam.gui.guis.PaginatedGui
Gets an immutable Map with all the current pages items
getCurrentPageNum() - Method in class dev.triumphteam.gui.guis.PaginatedGui
Gets the current page number
getFiller() - Method in class dev.triumphteam.gui.guis.BaseGui
Gets the GuiFiller that it's used for filling up the GUI in specific ways.
getGuiItem(int) - Method in class dev.triumphteam.gui.guis.BaseGui
Gets a specific GuiItem on the slot.
getGuiItems() - Method in class dev.triumphteam.gui.guis.BaseGui
Gets an immutable Map with all the GUI items.
getInventory() - Method in class dev.triumphteam.gui.guis.BaseGui
Gets the main Inventory of this GUI.
getInventoryType() - Method in enum dev.triumphteam.gui.components.GuiType
 
getItemStack() - Method in class dev.triumphteam.gui.guis.GuiItem
Gets the GuiItem's ItemStack
getLimit() - Method in enum dev.triumphteam.gui.components.GuiType
 
getNextPageNum() - Method in class dev.triumphteam.gui.guis.PaginatedGui
Gets the next page number
getPageItems() - Method in class dev.triumphteam.gui.guis.PaginatedGui
Gets an immutable List with all the page items added to the GUI
getPagesNum() - Method in class dev.triumphteam.gui.guis.PaginatedGui
Gets the number of pages the GUI has
getPrevPageNum() - Method in class dev.triumphteam.gui.guis.PaginatedGui
Gets the previous page number
getRows() - Method in class dev.triumphteam.gui.guis.BaseGui
Gets the amount of BaseGui.rows.
getString(ItemStack, String) - Static method in class dev.triumphteam.gui.components.util.ItemNbt
Gets the NBT tag based on a given key.
getString(ItemStack, String) - Method in class dev.triumphteam.gui.components.nbt.LegacyNbt
Gets the NBT tag based on a given key.
getString(ItemStack, String) - Method in interface dev.triumphteam.gui.components.nbt.NbtWrapper
Gets the NBT tag based on a given key.
getString(ItemStack, String) - Method in class dev.triumphteam.gui.components.nbt.Pdc
Gets the NBT tag based on a given key.
getTag(Object) - Static method in class dev.triumphteam.gui.components.nbt.LegacyNbt
Mimics the nmsItemStack#getTag method.
glow() - Method in class dev.triumphteam.gui.builder.item.BaseItemBuilder
Makes the ItemStack glow
glow(boolean) - Method in class dev.triumphteam.gui.builder.item.BaseItemBuilder
Adds or removes the ItemStack glow
gui() - Static method in class dev.triumphteam.gui.guis.Gui
Creates a SimpleBuilder with CHEST as the GuiType
gui(GuiType) - Static method in class dev.triumphteam.gui.guis.Gui
Creates a SimpleBuilder to build a Gui
Gui - Class in dev.triumphteam.gui.guis
Standard GUI implementation of BaseGui
Gui(int, String) - Constructor for class dev.triumphteam.gui.guis.Gui
Deprecated.
Gui(int, Component) - Constructor for class dev.triumphteam.gui.guis.Gui
Alternative constructor to provide a way to create GUIs that don't need any InteractionModifier
Gui(int, Component, Set<InteractionModifier>) - Constructor for class dev.triumphteam.gui.guis.Gui
Main constructor for the GUI, now with Component support
Gui(GuiType, String) - Constructor for class dev.triumphteam.gui.guis.Gui
Deprecated.
Gui(GuiType, Component) - Constructor for class dev.triumphteam.gui.guis.Gui
Main constructor that takes a GuiType instead of rows
Gui(GuiType, Component, Set<InteractionModifier>) - Constructor for class dev.triumphteam.gui.guis.Gui
Alternative constructor that takes both a GuiType and a set of InteractionModifier
Gui(String) - Constructor for class dev.triumphteam.gui.guis.Gui
Deprecated.
In favor of Gui(Component)
Gui(Component) - Constructor for class dev.triumphteam.gui.guis.Gui
Alternative constructor that defaults to 1 row
GuiAction<T extends org.bukkit.event.Event> - Interface in dev.triumphteam.gui.components
 
GuiException - Exception in dev.triumphteam.gui.components.exception
 
GuiException(String) - Constructor for exception dev.triumphteam.gui.components.exception.GuiException
 
GuiFiller - Class in dev.triumphteam.gui.components.util
TODO fix comments
GuiFiller(BaseGui) - Constructor for class dev.triumphteam.gui.components.util.GuiFiller
 
GuiItem - Class in dev.triumphteam.gui.guis
GuiItem represents the ItemStack on the Inventory
GuiItem(ItemStack) - Constructor for class dev.triumphteam.gui.guis.GuiItem
Secondary constructor with no action
GuiItem(ItemStack, GuiAction<InventoryClickEvent>) - Constructor for class dev.triumphteam.gui.guis.GuiItem
Main constructor of the GuiItem
GuiItem(Material) - Constructor for class dev.triumphteam.gui.guis.GuiItem
Alternate constructor that takes Material instead of an ItemStack but without a GuiAction
GuiItem(Material, GuiAction<InventoryClickEvent>) - Constructor for class dev.triumphteam.gui.guis.GuiItem
Alternate constructor that takes Material instead of an ItemStack
GuiListener - Class in dev.triumphteam.gui.guis
 
GuiListener() - Constructor for class dev.triumphteam.gui.guis.GuiListener
 
GuiPage - Class in dev.triumphteam.gui.components
 
GuiPage() - Constructor for class dev.triumphteam.gui.components.GuiPage
 
guiType() - Method in class dev.triumphteam.gui.guis.BaseGui
Gets the GuiType in use.
GuiType - Enum in dev.triumphteam.gui.components
 
A B C D E F G H I L M N O P R S T U V W 
All Classes|All Packages