| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
bossTier |
java.lang.String |
greeting |
java.util.ArrayList<PokemonSpecification> |
guaranteedPokemon |
java.lang.String |
loseMessage |
java.lang.String |
name |
java.util.ArrayList<PokemonSpecification> |
possiblePokemon |
java.lang.String |
trainerType |
static java.lang.String |
TYPE_ID_TRAINER |
java.lang.String |
winMessage |
int |
winMoney |
anticondition, chance, compositeCondition, condition, groupSpawnSettings, GSON, locationTypes, percentage, rarity, rarityMultipliers, requiredSpace, set, spawnInfoTypes, stringLocationTypes, tags, typeID| Constructor and Description |
|---|
SpawnInfoNPCTrainer() |
| Modifier and Type | Method and Description |
|---|---|
SpawnAction<? extends NPCTrainer> |
construct(AbstractSpawner spawner,
SpawnLocation spawnLocation)
Constructs a
SpawnAction based on the information in this SpawnInfo, the AbstractSpawner, and the SpawnLocation. |
int |
getMaxLevel() |
int |
getMaxPartySize() |
int |
getMinLevel() |
int |
getMinPartySize() |
java.lang.String |
toString()
Gets the display String for use in /checkspawns.
|
calculateNominalRarity, fits, getAdjustedRarity, onExport, onImportpublic static final java.lang.String TYPE_ID_TRAINER
public java.lang.String trainerType
public java.lang.String name
public java.util.ArrayList<PokemonSpecification> possiblePokemon
public java.util.ArrayList<PokemonSpecification> guaranteedPokemon
public java.lang.String greeting
public java.lang.String winMessage
public java.lang.String loseMessage
public int winMoney
public java.lang.String bossTier
public int getMinLevel()
public int getMaxLevel()
public int getMinPartySize()
public int getMaxPartySize()
public SpawnAction<? extends NPCTrainer> construct(AbstractSpawner spawner, SpawnLocation spawnLocation)
SpawnInfoSpawnAction based on the information in this SpawnInfo, the AbstractSpawner, and the SpawnLocation.