public class SpawnData
extends java.lang.Object
| Constructor and Description |
|---|
SpawnData(int baseExp,
int baseFriendship,
int spawnLevel,
int spawnLevelRange,
SpawnLocationType[] spawnLocations) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBaseExp() |
int |
getBaseFriendship() |
int |
getSpawnLevel() |
int |
getSpawnLevelRange() |
SpawnLocationType[] |
getSpawnLocations() |
public SpawnData(int baseExp,
int baseFriendship,
int spawnLevel,
int spawnLevelRange,
SpawnLocationType[] spawnLocations)
public int getBaseExp()
public int getBaseFriendship()
public int getSpawnLevel()
public int getSpawnLevelRange()
public SpawnLocationType[] getSpawnLocations()