| 
| 
  | CommonDropWithRerolls (int itemId, int chanceDenominator, int amountDroppedMinimum, int amountDroppedMaximum, int rerolls) | 
|   | 
| override void  | ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) | 
|   | 
| override ItemDropAttemptResult  | TryDroppingItem (DropAttemptInfo info) | 
|   | 
| 
  | CommonDrop (int itemId, int chanceDenominator, int amountDroppedMinimum=1, int amountDroppedMaximum=1, int chanceNumerator=1) | 
|   | 
| virtual bool  | CanDrop (DropAttemptInfo info) | 
|   | 
| virtual void  | ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) | 
|   | 
| virtual ItemDropAttemptResult  | TryDroppingItem (DropAttemptInfo info) | 
|   | 
| 
bool  | CanDrop (DropAttemptInfo info) | 
|   | 
| 
void  | ReportDroprates (List< DropRateInfo > drops, DropRateInfoChainFeed ratesInfo) | 
|   | 
| 
ItemDropAttemptResult  | TryDroppingItem (DropAttemptInfo info) | 
|   |