public class PixelmonInitEvent
extends net.minecraftforge.eventbus.api.Event
StorageManager, BankAccountManager, and BreedingLogicFactory
 to use. If they've not already been set then setting them here will change the implementation
 This is the preferred place for setting them| Constructor and Description | 
|---|
| PixelmonInitEvent(PixelmonStorageManager storageManager,
                 PixelmonBreedingLogic breedingLogic) | 
| Modifier and Type | Method and Description | 
|---|---|
| BankAccountManager | getBankAccountManager() | 
| BreedingLogicFactory | getBreedingLogic() | 
| StorageManager | getStorageManager() | 
| void | setBankAccountManager(BankAccountManager bankAccountManager) | 
| void | setBreedingLogic(BreedingLogicFactory breedingLogic) | 
| void | setStorageManager(StorageManager storageManager) | 
public PixelmonInitEvent(PixelmonStorageManager storageManager, PixelmonBreedingLogic breedingLogic)
public StorageManager getStorageManager()
public void setStorageManager(StorageManager storageManager)
public BankAccountManager getBankAccountManager()
public void setBankAccountManager(BankAccountManager bankAccountManager)
public BreedingLogicFactory getBreedingLogic()
public void setBreedingLogic(BreedingLogicFactory breedingLogic)