@ConfigSerializable
public static class SpawningConfig.WildSpawning
extends java.lang.Object
Constructor and Description |
---|
WildSpawning() |
Modifier and Type | Method and Description |
---|---|
int |
getEntitiesPerPlayer() |
int |
getHorizontalSliceRadius() |
float |
getHorizontalTrackFactor() |
int |
getMaximumDistanceFromCentre() |
int |
getMaximumSpawnedFlyingPokemon() |
int |
getMaximumSpawnedFlyingPokemonPerPlayer() |
int |
getMaximumSpawnedPokemon() |
float |
getMinimumDistanceBetweenSpawns() |
int |
getMinimumDistanceFromCentre() |
float |
getSpawnFrequency() |
int |
getSpawnsPerPass() |
int |
getVerticalSliceRadius() |
float |
getVerticalTrackFactor() |
public int getEntitiesPerPlayer()
public int getSpawnsPerPass()
public float getSpawnFrequency()
public float getMinimumDistanceBetweenSpawns()
public int getMinimumDistanceFromCentre()
public int getMaximumDistanceFromCentre()
public float getHorizontalTrackFactor()
public float getVerticalTrackFactor()
public int getHorizontalSliceRadius()
public int getVerticalSliceRadius()
public int getMaximumSpawnedPokemon()
public int getMaximumSpawnedFlyingPokemon()
public int getMaximumSpawnedFlyingPokemonPerPlayer()