Package com.prineside.tdi2.ui.components
Class MapEditorInventoryMenu
java.lang.Object
com.prineside.tdi2.ui.components.MapEditorInventoryMenu
- All Implemented Interfaces:
Disposable
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
static interface
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
dispose()
Releases all resources of this object.boolean
isStagePointOnInventory
(float x, float y) boolean
void
void
rebuildSlot
(MapEditorInventoryMenu.ItemSlot slot, boolean forceIconRedraw) void
rebuildSlotOfItem
(Item item, boolean forceIconRedraw) void
void
setActiveTab
(ItemSubcategoryType category) void
setItemDraggingMode
(boolean enabled)
-
Field Details
-
scrollPane
-
cells
-
-
Constructor Details
-
MapEditorInventoryMenu
-
-
Method Details
-
getSideMenu
-
setItemDraggingMode
public void setItemDraggingMode(boolean enabled) -
addListener
-
removeListener
-
clearListeners
public void clearListeners() -
isStagePointOnInventory
public boolean isStagePointOnInventory(float x, float y) -
setActiveTab
-
deselectAll
public void deselectAll() -
isVisible
public boolean isVisible() -
rebuildItemList
public void rebuildItemList() -
rebuildSlot
-
rebuildSlotOfItem
-
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.Disposable
Releases all resources of this object.- Specified by:
dispose
in interfaceDisposable
-