|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PokemonSpeciesData | |
---|---|
shoddybattle |
Uses of PokemonSpeciesData in shoddybattle |
---|
Methods in shoddybattle that return PokemonSpeciesData | |
---|---|
static PokemonSpeciesData |
PokemonSpecies.getDefaultData()
Return the default species data. |
static PokemonSpeciesData |
PokemonSpecies.getDefaultData()
Return the default species data. |
PokemonSpeciesData |
ModData.getSpeciesData()
Get the species data. |
PokemonSpeciesData |
ModData.getSpeciesData()
Get the species data. |
Methods in shoddybattle with parameters of type PokemonSpeciesData | |
---|---|
boolean |
PokemonSpecies.canLearn(PokemonSpeciesData data,
java.lang.String move)
Return whether this species can learn a particular move. |
boolean |
PokemonSpecies.canLearn(PokemonSpeciesData data,
java.lang.String move)
Return whether this species can learn a particular move. |
boolean |
PokemonSpecies.canUseAbility(PokemonSpeciesData data,
java.lang.String ability)
Return whether a pokemon can have a particular ability. |
boolean |
PokemonSpecies.canUseAbility(PokemonSpeciesData data,
java.lang.String ability)
Return whether a pokemon can have a particular ability. |
java.util.TreeSet |
PokemonSpecies.getLearnableMoves(PokemonSpeciesData data)
Return a TreeSet of moves that the pokemon can learn. |
java.util.TreeSet |
PokemonSpecies.getLearnableMoves(PokemonSpeciesData data)
Return a TreeSet of moves that the pokemon can learn. |
java.util.SortedSet |
PokemonSpecies.getPossibleAbilities(PokemonSpeciesData data)
Return a TreeSet of possible abilities. |
java.util.SortedSet |
PokemonSpecies.getPossibleAbilities(PokemonSpeciesData data)
Return a TreeSet of possible abilities. |
void |
UpgradeModFile.handleLine(PokemonSpeciesData data,
java.lang.String line)
Handle a line from the NetBattle mod file. |
void |
UpgradeModFile.handleLine(PokemonSpeciesData data,
java.lang.String line)
Handle a line from the NetBattle mod file. |
static java.lang.Object |
PokemonSpecies.readObject(PokemonSpeciesData data,
java.io.ObjectInputStream in)
Read a PokemonSpecies from a stream, backed by an arbitrary PokemonSpeciesData object. |
static java.lang.Object |
PokemonSpecies.readObject(PokemonSpeciesData data,
java.io.ObjectInputStream in)
Read a PokemonSpecies from a stream, backed by an arbitrary PokemonSpeciesData object. |
static void |
PokemonSpecies.setDefaultData(PokemonSpeciesData data)
Set the default species data. |
static void |
PokemonSpecies.setDefaultData(PokemonSpeciesData data)
Set the default species data. |
Constructors in shoddybattle with parameters of type PokemonSpeciesData | |
---|---|
PokemonSpecies(PokemonSpeciesData data,
int i)
Creates a new instance of PokemonSpecies |
|
PokemonSpecies(PokemonSpeciesData data,
int i)
Creates a new instance of PokemonSpecies |
|
PokemonSpecies(PokemonSpeciesData data,
java.lang.String str)
Construct by name. |
|
PokemonSpecies(PokemonSpeciesData data,
java.lang.String str)
Construct by name. |
|
UpgradeModFile(PokemonSpeciesData data,
java.io.InputStreamReader stream)
Read a NetBattle mod file and build an internal representation of it. |
|
UpgradeModFile(PokemonSpeciesData data,
java.io.InputStreamReader stream)
Read a NetBattle mod file and build an internal representation of it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |