Interface InventoryTabInterface
- All Known Implementing Classes:
InventoryTab
,ObjectivesTab
,SettingsTab
,UpgradesTab
public interface InventoryTabInterface
-
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.scenes.scene2d.Actor
build
(com.badlogic.gdx.scenes.scene2d.ui.Skin skin) Builds and returns the UI for this tab.
-
Method Details
-
build
com.badlogic.gdx.scenes.scene2d.Actor build(com.badlogic.gdx.scenes.scene2d.ui.Skin skin) Builds and returns the UI for this tab.
-