Uses of Class
com.github.stefvanschie.inventoryframework.gui.GuiItem
Packages that use GuiItem
Package
Description
- 
Uses of GuiItem in com.github.stefvanschie.inventoryframework.guiMethods in com.github.stefvanschie.inventoryframework.gui that return GuiItemModifier and TypeMethodDescription@NotNull GuiItemGuiItem.copy()Makes a copy of this gui item and returns it.Methods in com.github.stefvanschie.inventoryframework.gui with parameters of type GuiItem
- 
Uses of GuiItem in com.github.stefvanschie.inventoryframework.gui.typeMethods in com.github.stefvanschie.inventoryframework.gui.type that return types with arguments of type GuiItemModifier and TypeMethodDescription@NotNull Collection<GuiItem> BarrelGui.getItems()@NotNull Collection<GuiItem> ChestGui.getItems()@NotNull Collection<GuiItem> EnderChestGui.getItems()@NotNull Collection<GuiItem> ShulkerBoxGui.getItems()
- 
Uses of GuiItem in com.github.stefvanschie.inventoryframework.gui.type.utilMethods in com.github.stefvanschie.inventoryframework.gui.type.util that return types with arguments of type GuiItemModifier and TypeMethodDescription@NotNull Collection<GuiItem> MergedGui.getItems()Gets all the items in all underlying panes
- 
Uses of GuiItem in com.github.stefvanschie.inventoryframework.paneMethods in com.github.stefvanschie.inventoryframework.pane with type parameters of type GuiItemModifier and TypeMethodDescriptionprotected static <T extends GuiItem>
 TPane.findMatchingItem(@NotNull Collection<T> items, @NotNull ItemStack item) Methods in com.github.stefvanschie.inventoryframework.pane that return GuiItemModifier and TypeMethodDescriptionstatic @NotNull GuiItemLoads an item from an instance and an elementstatic @NotNull GuiItemLoads an item from an instance and an elementMethods in com.github.stefvanschie.inventoryframework.pane that return types with arguments of type GuiItemModifier and TypeMethodDescription@NotNull Collection<GuiItem> MasonryPane.getItems()OutlinePane.getItems()@NotNull Collection<GuiItem> PaginatedPane.getItems()abstract @NotNull Collection<GuiItem> Pane.getItems()Gets all the items in this pane and all underlying panes.@NotNull Collection<GuiItem> PatternPane.getItems()Gets all the items in this pane and all underlying panes.@NotNull Collection<GuiItem> StaticPane.getItems()Methods in com.github.stefvanschie.inventoryframework.pane with parameters of type GuiItemModifier and TypeMethodDescriptionvoidAdds a gui item at the specific spot in the panevoidAdds a gui item at the specific spot in the pane.voidAdds a gui item at the specific spot in the pane.voidBinds a character to a specific item or if the character was already bound, this overwrites the previously binding with the provided one.voidBinds a character to a specific item or if the character was already bound, this overwrites the previously binding with the provided one.static @NotNull PanePane.createBorder(int x, int y, int length, int height, @NotNull GuiItem item) Creates a pane which displays as a border around the outside of the pane consisting of the provided item.static @NotNull PanePane.createBorder(Slot slot, int length, int height, @NotNull GuiItem item) Creates a pane which displays as a border around the outside of the pane consisting of the provided item.voidOutlinePane.insertItem(@NotNull GuiItem item, int index) Adds a gui item in the specified indexprotected static booleanPane.matchesItem(@NotNull GuiItem guiItem, @NotNull ItemStack item) voidOutlinePane.removeItem(@NotNull GuiItem item) Removes the specified item from the panevoidStaticPane.removeItem(@NotNull GuiItem item) Removes the specified item from the paneMethod parameters in com.github.stefvanschie.inventoryframework.pane with type arguments of type GuiItemModifier and TypeMethodDescriptionvoidPaginatedPane.populateWithGuiItems(@NotNull List<GuiItem> items) Populates the PaginatedPane based on the provided list by adding new pages until all items can fit.
- 
Uses of GuiItem in com.github.stefvanschie.inventoryframework.pane.componentMethods in com.github.stefvanschie.inventoryframework.pane.component that return types with arguments of type GuiItemModifier and TypeMethodDescription@NotNull Collection<GuiItem> CycleButton.getItems()@NotNull Collection<GuiItem> PagingButtons.getItems()@NotNull Collection<GuiItem> ToggleButton.getItems()Methods in com.github.stefvanschie.inventoryframework.pane.component with parameters of type GuiItemModifier and TypeMethodDescriptionvoidPagingButtons.setBackwardButton(@NotNull GuiItem item) Sets the item to be used for navigating backwards.voidToggleButton.setDisabledItem(@NotNull GuiItem item) Sets the item to use when the button is set to disabledvoidToggleButton.setEnabledItem(@NotNull GuiItem item) Sets the item to use when the button is set to enabledvoidPagingButtons.setForwardButton(@NotNull GuiItem item) Sets the item to be used for navigating forwards.Method parameters in com.github.stefvanschie.inventoryframework.pane.component with type arguments of type GuiItem
- 
Uses of GuiItem in com.github.stefvanschie.inventoryframework.pane.component.utilMethods in com.github.stefvanschie.inventoryframework.pane.component.util that return types with arguments of type GuiItemMethods in com.github.stefvanschie.inventoryframework.pane.component.util with parameters of type GuiItemModifier and TypeMethodDescriptionvoidVariableBar.setBackgroundItem(@NotNull GuiItem item) Sets the background itemvoidVariableBar.setFillItem(@NotNull GuiItem item) Sets the fill item (foreground)