com.TeamHEC.LocomotionCommotion.UI_Elements
Class Game_Shop.ShopHomeScreen.Game_shop_coal_train
java.lang.Object
com.TeamHEC.LocomotionCommotion.UI_Elements.Game_Shop.ShopHomeScreen.Game_shop_coal_train
- Enclosing class:
- Game_Shop.ShopHomeScreen
public static class Game_Shop.ShopHomeScreen.Game_shop_coal_train
- extends java.lang.Object
Field Summary |
int |
cost
|
com.badlogic.gdx.scenes.scene2d.ui.Label |
costLabel
|
static com.badlogic.gdx.scenes.scene2d.ui.Label |
goldLabel
|
static int |
posx
|
static int |
posy
|
int |
quantity
|
com.badlogic.gdx.scenes.scene2d.ui.Label |
quantityLabel
|
static com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle |
style
|
Method Summary |
static void |
changeQuantity(int change)
|
java.util.ArrayList<com.badlogic.gdx.scenes.scene2d.Actor> |
getActors()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
quantityLabel
public com.badlogic.gdx.scenes.scene2d.ui.Label quantityLabel
costLabel
public com.badlogic.gdx.scenes.scene2d.ui.Label costLabel
goldLabel
public static com.badlogic.gdx.scenes.scene2d.ui.Label goldLabel
quantity
public int quantity
cost
public int cost
posx
public static int posx
posy
public static int posy
style
public static com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle style
Game_Shop.ShopHomeScreen.Game_shop_coal_train
public Game_Shop.ShopHomeScreen.Game_shop_coal_train()
changeQuantity
public static void changeQuantity(int change)
getActors
public java.util.ArrayList<com.badlogic.gdx.scenes.scene2d.Actor> getActors()