Uses of Class
com.github.stefvanschie.inventoryframework.gui.GuiItem
Packages that use GuiItem
Package
Description
-
Uses of GuiItem in com.github.stefvanschie.inventoryframework.gui
Methods 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.type
Methods 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.util
Methods 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.pane
Methods 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 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.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.voidOutlinePane.insertItem(@NotNull GuiItem item, int index) Adds a gui item in the specified indexvoidOutlinePane.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.component
Methods 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>ToggleButton.getItems()Methods in com.github.stefvanschie.inventoryframework.pane.component with parameters of type GuiItemModifier and TypeMethodDescriptionvoidToggleButton.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 enabled -
Uses of GuiItem in com.github.stefvanschie.inventoryframework.pane.component.util
Methods 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)