Uses of Class
rails.game.StartItem

Packages that use StartItem
rails.game   
rails.game.action   
rails.game.specific._1825   
rails.game.specific._1851   
 

Uses of StartItem in rails.game
 

Fields in rails.game with type parameters of type StartItem
protected  java.util.List<StartItem> StartRound.itemsToSell
           
protected static java.util.Map<java.lang.String,StartItem> StartItem.startItemMap
           
 

Methods in rails.game that return StartItem
static StartItem StartItem.getByName(java.lang.String name)
           
 StartItem StartPacket.getFirstItem()
          Get the first start item.
 StartItem StartPacket.getFirstUnsoldItem()
          Get the first start item that has not yet been sold.
 StartItem StartPacket.getItem(int index)
           
 

Methods in rails.game that return types with arguments of type StartItem
 java.util.List<StartItem> StartPacket.getItems()
          Get the items of this start packet.
 java.util.List<StartItem> StartRoundI.getStartItems()
           
 java.util.List<StartItem> StartRound.getStartItems()
          Get the current list of start items.
 java.util.List<StartItem> StartPacket.getUnsoldItems()
          Get all not yet sold start items.
 

Methods in rails.game with parameters of type StartItem
protected  void StartRound.assignItem(Player player, StartItem item, int price, int sharePrice)
          This method executes the start item buy action.
 boolean StartItem.equals(StartItem item)
           
 

Uses of StartItem in rails.game.action
 

Fields in rails.game.action declared as StartItem
protected  StartItem StartItemAction.startItem
           
 

Methods in rails.game.action that return StartItem
 StartItem StartItemAction.getStartItem()
           
 

Constructors in rails.game.action with parameters of type StartItem
BidStartItem(StartItem startItem, int minimumBid, int bidIncrement, boolean selected)
           
BidStartItem(StartItem startItem, int minimumBid, int bidIncrement, boolean selected, boolean selectForAuction)
           
BuyStartItem(StartItem startItem, int price, boolean selected)
           
BuyStartItem(StartItem startItem, int price, boolean selected, boolean setSharePriceOnly)
           
StartItemAction(StartItem startItem)
           
 

Uses of StartItem in rails.game.specific._1825
 

Methods in rails.game.specific._1825 that return types with arguments of type StartItem
 java.util.List<StartItem> StartRound_1825.getStartItems()
           
 

Uses of StartItem in rails.game.specific._1851
 

Methods in rails.game.specific._1851 that return types with arguments of type StartItem
 java.util.List<StartItem> StartRound_1851.getStartItems()