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 Pane
Loads 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 TypeMethodDescriptionvoid
Adds a pane to this guiMethod parameters in com.github.stefvanschie.inventoryframework.gui.type.util with type arguments of type PaneModifier and TypeMethodDescriptionstatic void
Gui.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 TypeClassDescriptionclass
This pane holds panes and decides itself where every pane should go.class
A pane for items that should be outlinedclass
A pane for panes that should be spread out over multiple pagesclass
A pattern pane allows you to specify a textual pattern and assign items to individual characters.class
A pane for static items and stuff.Methods in com.github.stefvanschie.inventoryframework.pane that return PaneModifier and TypeMethodDescription@NotNull Pane
Pane.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 TypeClassDescriptionclass
A button for cycling between different optionsclass
A label for displaying text.class
A percentage bar for a graphical interface into what amount of a whole is set.class
A slider for a graphical interface into what amount of a whole is set.class
A 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 TypeClassDescriptionclass
A 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