Uses of Interface
xyz.xenondevs.invui.window.Window
Packages that use Window
Package
Description
-
Uses of Window in xyz.xenondevs.invui.animation
Method parameters in xyz.xenondevs.invui.animation with type arguments of type WindowModifier and TypeMethodDescriptionvoidAnimation.setWindows(@NotNull List<Window> windows) Sets theWindows that will see this animation. -
Uses of Window in xyz.xenondevs.invui.animation.impl
Method parameters in xyz.xenondevs.invui.animation.impl with type arguments of type WindowModifier and TypeMethodDescriptionvoidAbstractAnimation.setWindows(@NotNull List<Window> windows) -
Uses of Window in xyz.xenondevs.invui.gui
Methods in xyz.xenondevs.invui.gui that return types with arguments of type Window -
Uses of Window in xyz.xenondevs.invui.inventory
Methods in xyz.xenondevs.invui.inventory that return types with arguments of type Window -
Uses of Window in xyz.xenondevs.invui.item
Methods in xyz.xenondevs.invui.item that return types with arguments of type Window -
Uses of Window in xyz.xenondevs.invui.item.impl
Methods in xyz.xenondevs.invui.item.impl that return types with arguments of type Window -
Uses of Window in xyz.xenondevs.invui.window
Classes in xyz.xenondevs.invui.window with type parameters of type WindowModifier and TypeClassDescriptionstatic classAbstractSingleWindow.AbstractBuilder<W extends Window,S extends Window.Builder.Single<W, S>> Builder for aAbstractSingleWindow.static classAbstractSplitWindow.AbstractBuilder<W extends Window,S extends Window.Builder.Double<W, S>> Builder forAbstractSplitWindow.static classAbstractWindow.AbstractBuilder<W extends Window,S extends Window.Builder<W, S>> Builder for aAbstractWindow.static interfaceWindow.Builder<W extends Window,S extends Window.Builder<W, S>> AWindowbuilder.static interfaceWindow.Builder.Double<W extends Window,S extends Window.Builder.Double<W, S>> A doubleWindowbuilder.static interfaceWindow.Builder.Single<W extends Window,S extends Window.Builder.Single<W, S>> A singleWindowbuilder.Subinterfaces of Window in xyz.xenondevs.invui.windowModifier and TypeInterfaceDescriptioninterfaceAWindowthat uses an anvil inventory.interfaceAWindowthat uses a cartography table inventory.Classes in xyz.xenondevs.invui.window that implement WindowModifier and TypeClassDescriptionclassAWindowthat uses both top and playerInventory.classclassAWindowthat just uses the topInventory.classclassThe abstract base class of allWindowimplementations.Methods in xyz.xenondevs.invui.window that return WindowModifier and TypeMethodDescription@Nullable WindowWindowManager.getOpenWindow(org.bukkit.entity.Player player) Gets theWindowthePlayerhas currently open.@Nullable WindowWindowManager.getWindow(org.bukkit.inventory.Inventory inventory) Finds theWindowto anInventory.static @NotNull WindowWindow.merged(@NotNull Consumer<@NotNull Window.Builder.Normal.Merged> consumer) static @NotNull WindowWindow.single(@NotNull Consumer<@NotNull Window.Builder.Normal.Single> consumer) static @NotNull WindowWindow.split(@NotNull Consumer<@NotNull Window.Builder.Normal.Split> consumer) Methods in xyz.xenondevs.invui.window that return types with arguments of type WindowModifier and TypeMethodDescriptionWindowManager.getOpenWindows()Deprecated.WindowManager.getWindows()Gets a set of all openWindows.
WindowManager.getWindows()instead