public class ImportExportForm
extends java.lang.Object
| Constructor and Description |
|---|
ImportExportForm() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addFormData(Species species,
java.lang.String formName)
Registers data about a Pokémon form.
|
static void |
addSpeciesFormData(Species species,
java.lang.String... formNames)
Adds form data for a certain Pokémon pokemon.
|
static java.util.Optional<FormData> |
getFormData(java.lang.String formName)
Gets form data for a form name.
|
static boolean |
getGmaxData(java.lang.String formName)
Gets Gmax data from the species-form name.
|
public static void addSpeciesFormData(Species species, java.lang.String... formNames)
species - The pokemon of Pokémon to add form data for.formNames - The names of the Pokemon's forms, excluding base form.public static void addFormData(Species species, java.lang.String formName)
species - The Pokémon form's pokemon.formName - The appendage to the Pokémon form's name.public static java.util.Optional<FormData> getFormData(java.lang.String formName)
formName - The name of the form.public static boolean getGmaxData(java.lang.String formName)
formName - The name of the form.