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

U

unbreakable() - Method in class dev.triumphteam.gui.builder.item.BaseItemBuilder
Makes the ItemStack unbreakable
unbreakable(boolean) - Method in class dev.triumphteam.gui.builder.item.BaseItemBuilder
Sets the item as unbreakable
update() - Method in class dev.triumphteam.gui.guis.BaseGui
Updates the GUI for all the Inventory views.
update() - Method in class dev.triumphteam.gui.guis.PaginatedGui
Overridden BaseGui.update() to use the paginated open
updateItem(int, int, GuiItem) - Method in class dev.triumphteam.gui.guis.BaseGui
Alternative BaseGui.updateItem(int, GuiItem) that takes ROWS and COLUMNS instead of slots.
updateItem(int, int, ItemStack) - Method in class dev.triumphteam.gui.guis.BaseGui
Alternative BaseGui.updateItem(int, ItemStack) that takes ROWS and COLUMNS instead of slots.
updateItem(int, GuiItem) - Method in class dev.triumphteam.gui.guis.BaseGui
Alternative BaseGui.updateItem(int, ItemStack) but creates a new GuiItem.
updateItem(int, ItemStack) - Method in class dev.triumphteam.gui.guis.BaseGui
Updates the specified item in the GUI at runtime, without creating a new GuiItem.
updatePageItem(int, int, GuiItem) - Method in class dev.triumphteam.gui.guis.PaginatedGui
Alternative PaginatedGui.updatePageItem(int, GuiItem) that uses ROWS and COLUMNS instead
updatePageItem(int, int, ItemStack) - Method in class dev.triumphteam.gui.guis.PaginatedGui
Alternative PaginatedGui.updatePageItem(int, ItemStack) that uses ROWS and COLUMNS instead
updatePageItem(int, GuiItem) - Method in class dev.triumphteam.gui.guis.PaginatedGui
updatePageItem(int, ItemStack) - Method in class dev.triumphteam.gui.guis.PaginatedGui
Updates the page GuiItem on the slot in the page Can get the slot from InventoryClickEvent.getSlot()
updateTitle(String) - Method in class dev.triumphteam.gui.guis.BaseGui
Deprecated.
Should use BaseGui.updateTitle(Component) instead.
updateTitle(String) - Method in class dev.triumphteam.gui.guis.PaginatedGui
Overrides BaseGui.updateTitle(String) to use the paginated populator instead Updates the title of the GUI This method may cause LAG if used on a loop
updateTitle(Component) - Method in class dev.triumphteam.gui.guis.BaseGui
Updates the title of the GUI.
updateTitle(Component) - Method in class dev.triumphteam.gui.guis.PaginatedGui
 
A B C D E F G H I L M N O P R S T U V W 
All Classes|All Packages