Uses of Class
com.github.stefvanschie.inventoryframework.pane.util.PositionedPane
Packages that use PositionedPane
-
Uses of PositionedPane in com.github.stefvanschie.inventoryframework.gui
Fields in com.github.stefvanschie.inventoryframework.gui with type parameters of type PositionedPaneModifier and TypeFieldDescriptionprotected final @NotNull List<PositionedPane> GuiComponent.panesA set of all panes in this inventory.Methods in com.github.stefvanschie.inventoryframework.gui that return types with arguments of type PositionedPaneModifier and TypeMethodDescription@NotNull List<? extends PositionedPane> GuiComponent.getPositionedPanes()Gets a list of panes with their positions this gui component contains.