public static interface CampaignEventPlugin.PriceUpdatePlugin
| Modifier and Type | Interface and Description |
|---|---|
static class |
CampaignEventPlugin.PriceUpdatePlugin.PriceType |
| Modifier and Type | Method and Description |
|---|---|
float |
getAvailable() |
CommodityOnMarketAPI |
getCommodity() |
float |
getDemand() |
float |
getDemandPrice() |
MarketAPI |
getMarket() |
int |
getRoundedPriceForDisplay() |
float |
getSupplyPrice() |
long |
getTimestamp() |
CampaignEventPlugin.PriceUpdatePlugin.PriceType |
getType() |
void |
updateType() |
CommodityOnMarketAPI getCommodity()
float getSupplyPrice()
float getDemandPrice()
long getTimestamp()
void updateType()
float getDemand()
float getAvailable()
int getRoundedPriceForDisplay()