Interface CampaignEventPlugin.PriceUpdatePlugin

All Known Implementing Classes:
PriceUpdate
Enclosing interface:
CampaignEventPlugin

public static interface CampaignEventPlugin.PriceUpdatePlugin
  • Method Details

    • getMarket

      MarketAPI getMarket()
    • getCommodity

      CommodityOnMarketAPI getCommodity()
    • getSupplyPrice

      float getSupplyPrice()
    • getDemandPrice

      float getDemandPrice()
    • getType

    • getTimestamp

      long getTimestamp()
    • updateType

      void updateType()
    • getDemand

      float getDemand()
    • getAvailable

      float getAvailable()
    • getRoundedPriceForDisplay

      int getRoundedPriceForDisplay()