Uses of Class
com.github.stefvanschie.inventoryframework.pane.util.GuiItemContainer
Packages that use GuiItemContainer
Package
Description
-
Uses of GuiItemContainer in com.github.stefvanschie.inventoryframework.pane
Methods in com.github.stefvanschie.inventoryframework.pane that return GuiItemContainerModifier and TypeMethodDescription@NotNull GuiItemContainerMasonryPane.display()@NotNull GuiItemContainerOutlinePane.display()@NotNull GuiItemContainerPaginatedPane.display()abstract @NotNull GuiItemContainerPane.display()Returns aGuiItemContainerwith all the items that should be displayed of this pane.@NotNull GuiItemContainerPatternPane.display()@NotNull GuiItemContainerStaticPane.display() -
Uses of GuiItemContainer in com.github.stefvanschie.inventoryframework.pane.component
Methods in com.github.stefvanschie.inventoryframework.pane.component that return GuiItemContainerModifier and TypeMethodDescription@NotNull GuiItemContainerCycleButton.display()@NotNull GuiItemContainerLabel.display()@NotNull GuiItemContainerPagingButtons.display()@NotNull GuiItemContainerToggleButton.display() -
Uses of GuiItemContainer in com.github.stefvanschie.inventoryframework.pane.component.util
Methods in com.github.stefvanschie.inventoryframework.pane.component.util that return GuiItemContainer -
Uses of GuiItemContainer in com.github.stefvanschie.inventoryframework.pane.util
Methods in com.github.stefvanschie.inventoryframework.pane.util that return GuiItemContainerModifier and TypeMethodDescription@NotNull GuiItemContainerGuiItemContainer.copy()Creates a deep copy of this container.@NotNull GuiItemContainerGuiItemContainer.excludeRows(@Range(from=0L,to=2147483647L) int from, int end) Returns a new container, excluding the range of specified rows.Methods in com.github.stefvanschie.inventoryframework.pane.util with parameters of type GuiItemContainerModifier and TypeMethodDescriptionvoidGuiItemContainer.apply(@NotNull GuiItemContainer container, @Range(from=0L,to=2147483647L) int startX, @Range(from=0L,to=2147483647L) int startY) Puts all items from the container in this container.