Class SpawningPokeLootConfig
java.lang.Object
com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
com.pixelmonmod.pixelmon.api.config.SpawningPokeLootConfig
- All Implemented Interfaces:
Config
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
base, config
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
boolean
Methods inherited from class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
getNode, save
-
Constructor Details
-
SpawningPokeLootConfig
public SpawningPokeLootConfig()
-
-
Method Details
-
isSpawnNormal
public boolean isSpawnNormal()- Returns:
- Whether visible PokeLoot chests spawn naturally.
-
isSpawnHidden
public boolean isSpawnHidden()- Returns:
- Whether hidden PokéLoot chests spawn naturally.
-
isSpawnGrotto
public boolean isSpawnGrotto()- Returns:
- Whether Hidden Grottos spawn naturally.
-
getSpawnRate
- Returns:
- The spawn rate of PokéLoot chests.
-
getSpawnMode
- Returns:
- The default mode of naturally spawned PokéLoot chests.
-
getLootTime
public int getLootTime()- Returns:
- The time (hours) it takes for PokéLoot chests to replenish their contents after being looted.
-