Uses of Class
xyz.xenondevs.invui.window.AbstractWindow
Package
Description
-
Uses of AbstractWindow in xyz.xenondevs.invui.inventory
Modifier and TypeMethodDescriptionvoid
Inventory.addWindow
(AbstractWindow window) Adds anAbstractWindow
to the set ofAbstractWindows
, telling theInventory
that its contents are now being displayed in thatAbstractWindow
.void
Inventory.removeWindow
(AbstractWindow window) Removes anAbstractWindow
from the set ofAbstractWindows
, telling theInventory
that its contents are no longer being displayed in thatAbstractWindow
. -
Uses of AbstractWindow in xyz.xenondevs.invui.item
Modifier and TypeMethodDescriptionvoid
Item.addWindow
(AbstractWindow window) Adds anAbstractWindow
to the window set, telling theItem
that it is currently being displayed in thatAbstractWindow
.void
Item.removeWindow
(AbstractWindow window) Removes anAbstractWindow
from the window set, telling theItem
that it is no longer being displayed in thatAbstractWindow
. -
Uses of AbstractWindow in xyz.xenondevs.invui.item.impl
Modifier and TypeMethodDescriptionvoid
AbstractItem.addWindow
(AbstractWindow window) void
AutoCycleItem.addWindow
(AbstractWindow window) void
AutoUpdateItem.addWindow
(AbstractWindow window) void
AbstractItem.removeWindow
(AbstractWindow window) void
AutoCycleItem.removeWindow
(AbstractWindow window) void
AutoUpdateItem.removeWindow
(AbstractWindow window) -
Uses of AbstractWindow in xyz.xenondevs.invui.window
Modifier and TypeClassDescriptionclass
AWindow
that uses both top and playerInventory
.class
class
AWindow
that just uses the topInventory
.class
Modifier and TypeMethodDescriptionvoid
WindowManager.addWindow
(AbstractWindow window) Adds anAbstractWindow
to the list of windows.void
WindowManager.removeWindow
(AbstractWindow window) Removes anAbstractWindow
from the list of windows.