Class SpawnData
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.species.spawn.SpawnData
-
Constructor Summary
ConstructorDescriptionSpawnData
(int baseExp, int baseFriendship, int spawnLevel, int spawnLevelRange, SpawnLocationType[] spawnLocations) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
-
Constructor Details
-
SpawnData
public SpawnData(int baseExp, int baseFriendship, int spawnLevel, int spawnLevelRange, SpawnLocationType[] spawnLocations)
-
-
Method Details
-
getBaseExp
public int getBaseExp() -
getBaseFriendship
public int getBaseFriendship() -
getSpawnLevel
public int getSpawnLevel() -
getSpawnLevelRange
public int getSpawnLevelRange() -
getSpawnLocations
-