@ConfigSerializable public class RaidsConfig extends AbstractYamlConfig
base, config
Constructor and Description |
---|
RaidsConfig() |
Modifier and Type | Method and Description |
---|---|
float |
getDenRespawnChance() |
int |
getDenRespawnTime() |
float |
getDenSpawnChanceModifier() |
java.util.List<java.lang.Integer> |
getDenStarWeights() |
java.util.List<java.lang.String> |
getRaidBlacklist() |
boolean |
getRaidCanAllCatch(int stars) |
boolean |
getRaidCanUseMaster(int stars) |
int |
getRaidDropCount(int stars) |
float |
getRaidGigantamaxFactorRate(int stars) |
float |
getRaidHARate(int stars) |
float |
getRaidShinyRate(int stars) |
boolean |
isRaidDensBreakable() |
boolean |
isRaidHaveLegendaries() |
boolean |
isRaidHaveUltraBeasts() |
getNode, save
public float getRaidShinyRate(int stars)
public float getRaidHARate(int stars)
public float getRaidGigantamaxFactorRate(int stars)
public int getRaidDropCount(int stars)
public float getDenSpawnChanceModifier()
public int getDenRespawnTime()
public float getDenRespawnChance()
public java.util.List<java.lang.Integer> getDenStarWeights()
public boolean isRaidHaveLegendaries()
public boolean isRaidHaveUltraBeasts()
public boolean getRaidCanUseMaster(int stars)
public boolean getRaidCanAllCatch(int stars)
public java.util.List<java.lang.String> getRaidBlacklist()
public boolean isRaidDensBreakable()