Uses of Class
com.github.stefvanschie.inventoryframework.pane.Pane
Packages that use Pane
Package
Description
-
Uses of Pane in com.github.stefvanschie.inventoryframework.gui
Fields in com.github.stefvanschie.inventoryframework.gui with type parameters of type PaneMethods in com.github.stefvanschie.inventoryframework.gui that return types with arguments of type PaneModifier and TypeMethodDescriptionInventoryComponent.getPanes()Gets a list of panes this inventory component contains.Methods in com.github.stefvanschie.inventoryframework.gui with parameters of type Pane -
Uses of Pane in com.github.stefvanschie.inventoryframework.gui.type
Methods in com.github.stefvanschie.inventoryframework.gui.type that return types with arguments of type PaneModifier and TypeMethodDescriptionBarrelGui.getPanes()ChestGui.getPanes()EnderChestGui.getPanes()ShulkerBoxGui.getPanes()Methods in com.github.stefvanschie.inventoryframework.gui.type with parameters of type Pane -
Uses of Pane in com.github.stefvanschie.inventoryframework.gui.type.util
Methods in com.github.stefvanschie.inventoryframework.gui.type.util that return PaneModifier and TypeMethodDescriptionstatic @NotNull PaneLoads a pane by the given instance and nodeMethods in com.github.stefvanschie.inventoryframework.gui.type.util that return types with arguments of type PaneMethods in com.github.stefvanschie.inventoryframework.gui.type.util with parameters of type PaneModifier and TypeMethodDescriptionvoidAdds a pane to this guiMethod parameters in com.github.stefvanschie.inventoryframework.gui.type.util with type arguments of type PaneModifier and TypeMethodDescriptionstatic voidGui.registerPane(@NotNull String name, @NotNull BiFunction<Object, Element, Pane> biFunction) Registers a name that can be used inside an XML file to add custom panes -
Uses of Pane in com.github.stefvanschie.inventoryframework.pane
Subclasses of Pane in com.github.stefvanschie.inventoryframework.paneModifier and TypeClassDescriptionclassThis pane holds panes and decides itself where every pane should go.classA pane for items that should be outlinedclassA pane for panes that should be spread out over multiple pagesclassA pattern pane allows you to specify a textual pattern and assign items to individual characters.classA pane for static items and stuff.Methods in com.github.stefvanschie.inventoryframework.pane that return PaneModifier and TypeMethodDescription@NotNull PanePane.copy()Makes a copy of this pane and returns it.Methods in com.github.stefvanschie.inventoryframework.pane that return types with arguments of type PaneModifier and TypeMethodDescription@NotNull Collection<Pane>MasonryPane.getPanes()@NotNull Collection<Pane>OutlinePane.getPanes()@NotNull Collection<Pane>PaginatedPane.getPanes()@NotNull Collection<Pane>PaginatedPane.getPanes(int page) Gets all the panes from inside the specified page of this pane.abstract @NotNull Collection<Pane>Pane.getPanes()Gets all the panes in this panes, including any child panes from other panes.@NotNull Collection<Pane>PatternPane.getPanes()@NotNull Collection<Pane>StaticPane.getPanes()Methods in com.github.stefvanschie.inventoryframework.pane with parameters of type Pane -
Uses of Pane in com.github.stefvanschie.inventoryframework.pane.component
Subclasses of Pane in com.github.stefvanschie.inventoryframework.pane.componentModifier and TypeClassDescriptionclassA button for cycling between different optionsclassA label for displaying text.classA percentage bar for a graphical interface into what amount of a whole is set.classA slider for a graphical interface into what amount of a whole is set.classA button that toggles between an enabled and disabled state.Methods in com.github.stefvanschie.inventoryframework.pane.component that return types with arguments of type PaneModifier and TypeMethodDescription@NotNull Collection<Pane>CycleButton.getPanes()@NotNull Collection<Pane>ToggleButton.getPanes()Methods in com.github.stefvanschie.inventoryframework.pane.component with parameters of type Pane -
Uses of Pane in com.github.stefvanschie.inventoryframework.pane.component.util
Subclasses of Pane in com.github.stefvanschie.inventoryframework.pane.component.utilModifier and TypeClassDescriptionclassA variable bar for UI elements that require some sort of barMethods in com.github.stefvanschie.inventoryframework.pane.component.util that return types with arguments of type Pane