|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModData | |
---|---|
shoddybattle |
Uses of ModData in shoddybattle |
---|
Methods in shoddybattle that return ModData | |
---|---|
static ModData |
ModData.getDefaultData()
Get the default ModData. |
static ModData |
ModData.getDefaultData()
Get the default ModData. |
static ModData |
ModData.getModData(java.lang.String name)
Return the ModData object corresponding to the given name, attempting to load from disc if required. |
static ModData |
ModData.getModData(java.lang.String name)
Return the ModData object corresponding to the given name, attempting to load from disc if required. |
Methods in shoddybattle with parameters of type ModData | |
---|---|
static Pokemon |
Pokemon.getRandomPokemon(ModData data,
BattleMechanics mech)
Get a random Pokemon object. |
static Pokemon |
Pokemon.getRandomPokemon(ModData data,
BattleMechanics mech)
Get a random Pokemon object. |
void |
Pokemon.validate(ModData data)
Validate this pokemon. |
void |
Pokemon.validate(ModData data)
Validate this pokemon. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |