java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.species.spawn.SpawnData

public class SpawnData extends Object
  • 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

      public SpawnLocationType[] getSpawnLocations()