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 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 TypeMethodDescriptionAnvilGui.getItems()@NotNull Collection<GuiItem> BarrelGui.getItems()BeaconGui.getItems()BlastFurnaceGui.getItems()BrewingStandGui.getItems()CartographyTableGui.getItems()@NotNull Collection<GuiItem> ChestGui.getItems()CrafterGui.getItems()CraftingTableGui.getItems()DispenserGui.getItems()DropperGui.getItems()EnchantingTableGui.getItems()@NotNull Collection<GuiItem> EnderChestGui.getItems()FurnaceGui.getItems()GrindstoneGui.getItems()HopperGui.getItems()MerchantGui.getItems()ModernSmithingTableGui.getItems()@NotNull Collection<GuiItem> ShulkerBoxGui.getItems()SmithingTableGui.getItems()Deprecated.SmokerGui.getItems()StonecutterGui.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 GuiItem -
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 GuiItemMethods 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()StaticPane.getSlottedItems()Gets all items by their corresponding slots.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 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.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> Label.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.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) -
Uses of GuiItem in com.github.stefvanschie.inventoryframework.pane.util
Methods in com.github.stefvanschie.inventoryframework.pane.util that return GuiItemModifier and TypeMethodDescription@Nullable GuiItemGuiItemContainer.getItem(@Range(from=0L,to=2147483647L) int x, @Range(from=0L,to=2147483647L) int y) Gets the item at the specified coordinates, or null if this cell is empty.Methods in com.github.stefvanschie.inventoryframework.pane.util with parameters of type GuiItem