Uses of Class
xyz.xenondevs.invui.window.AbstractWindow
Packages that use AbstractWindow
Package
Description
-
Uses of AbstractWindow in xyz.xenondevs.invui.inventory
Methods in xyz.xenondevs.invui.inventory with parameters of type AbstractWindowModifier and TypeMethodDescriptionvoidInventory.addWindow(AbstractWindow window) Adds anAbstractWindowto the set ofAbstractWindows, telling theInventorythat its contents are now being displayed in thatAbstractWindow.voidInventory.removeWindow(AbstractWindow window) Removes anAbstractWindowfrom the set ofAbstractWindows, telling theInventorythat its contents are no longer being displayed in thatAbstractWindow. -
Uses of AbstractWindow in xyz.xenondevs.invui.item
Methods in xyz.xenondevs.invui.item with parameters of type AbstractWindowModifier and TypeMethodDescriptionvoidItem.addWindow(AbstractWindow window) Adds anAbstractWindowto the window set, telling theItemthat it is currently being displayed in thatAbstractWindow.voidItem.removeWindow(AbstractWindow window) Removes anAbstractWindowfrom the window set, telling theItemthat it is no longer being displayed in thatAbstractWindow. -
Uses of AbstractWindow in xyz.xenondevs.invui.item.impl
Methods in xyz.xenondevs.invui.item.impl with parameters of type AbstractWindowModifier and TypeMethodDescriptionvoidAbstractItem.addWindow(AbstractWindow window) voidAutoCycleItem.addWindow(AbstractWindow window) voidAutoUpdateItem.addWindow(AbstractWindow window) voidAbstractItem.removeWindow(AbstractWindow window) voidAutoCycleItem.removeWindow(AbstractWindow window) voidAutoUpdateItem.removeWindow(AbstractWindow window) -
Uses of AbstractWindow in xyz.xenondevs.invui.window
Subclasses of AbstractWindow in xyz.xenondevs.invui.windowModifier and TypeClassDescriptionclassAWindowthat uses both top and playerInventory.classclassAWindowthat just uses the topInventory.classMethods in xyz.xenondevs.invui.window with parameters of type AbstractWindowModifier and TypeMethodDescriptionvoidWindowManager.addWindow(AbstractWindow window) Adds anAbstractWindowto the list of windows.voidWindowManager.removeWindow(AbstractWindow window) Removes anAbstractWindowfrom the list of windows.