Uses of Class
com.starpoints.game.ShopItemInfo
-
Packages that use ShopItemInfo Package Description com.starpoints.editor Contains classes for the level editor.com.starpoints.game Contains the classes for the StarpointArena game.com.starpoints.painter.editor Contains 2D painters for level editor. -
-
Uses of ShopItemInfo in com.starpoints.editor
Methods in com.starpoints.editor that return ShopItemInfo Modifier and Type Method Description ShopItemInfoStarpointEditor. getOrCreateShopItem(int itemIndex)Gets or creates a new ShopItemInfo for the given item index (referring to StarpointEditor.shopItems).ShopItemInfoStarpointEditor. getSelectedShopItem()Gets the currently selected ShopItemInfo.Methods in com.starpoints.editor with parameters of type ShopItemInfo Modifier and Type Method Description voidStarpointEditor. setSelectedShopItem(ShopItemInfo shopItem) -
Uses of ShopItemInfo in com.starpoints.game
Fields in com.starpoints.game with type parameters of type ShopItemInfo Modifier and Type Field Description java.util.ArrayList<ShopItemInfo>ShopInfo. shopItemsList of random item info.Methods in com.starpoints.game that return types with arguments of type ShopItemInfo Modifier and Type Method Description java.util.List<ShopItemInfo>Shop. getItems()Gets the list of available items.Methods in com.starpoints.game with parameters of type ShopItemInfo Modifier and Type Method Description ItemShop. getItemForShopItemInfo(ShopItemInfo sii)Gets an item for the ShopItemInfo (e.g. for painting purposes. -
Uses of ShopItemInfo in com.starpoints.painter.editor
Methods in com.starpoints.painter.editor that return ShopItemInfo Modifier and Type Method Description ShopItemInfoPainterShopItems. getOrCreateShopItem(int itemIndex)Gets or creates a new ShopItemInfo for the given item index (referring to StarpointEditor.shopItems).
-