Class PokemonDefinition
java.lang.Object
com.pixelmonmod.pixelmon.world.generation.gyms.PokemonDefinition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
float
static PokemonDefinition
readPokemonDefinition
(String gymName, com.google.gson.JsonObject obj) void
setMaxLevel
(int maxLevel) void
setMinLevel
(int minLevel) void
setMovesets
(ArrayList<MovesetDefinition> movesets) void
setPokemon
(Species pokemon) void
setRarity
(float rarity)
-
Constructor Details
-
PokemonDefinition
public PokemonDefinition()
-
-
Method Details
-
readPokemonDefinition
public static PokemonDefinition readPokemonDefinition(String gymName, com.google.gson.JsonObject obj) -
getPokemon
-
setPokemon
-
getRarity
public float getRarity() -
setRarity
public void setRarity(float rarity) -
getMinLevel
public int getMinLevel() -
setMinLevel
public void setMinLevel(int minLevel) -
getMaxLevel
public int getMaxLevel() -
setMaxLevel
public void setMaxLevel(int maxLevel) -
getMovesets
-
setMovesets
-