@ConfigSerializable public class BreedingConfig extends AbstractYamlConfig
base, config
Constructor and Description |
---|
BreedingConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getBreedingTicks() |
int |
getDefaultDayCareAmount() |
int |
getNumBreedingLevels() |
float |
getOvalCharmMultiplier() |
int |
getStepsPerEggCycle() |
boolean |
isAllowBreeding() |
boolean |
isAllowDittoDittoBreeding() |
boolean |
isAllowRandomBreedingEggsToBeLegendary() |
boolean |
isAllowRandomBreedingEggsToBeMythic() |
boolean |
isAllowRandomBreedingEggsToBeUltrabeast() |
boolean |
isUseBreedingEnvironment() |
getNode, save
public boolean isAllowBreeding()
public boolean isAllowDittoDittoBreeding()
public boolean isAllowRandomBreedingEggsToBeLegendary()
public boolean isAllowRandomBreedingEggsToBeMythic()
public int getBreedingTicks()
public int getNumBreedingLevels()
public float getOvalCharmMultiplier()
public int getStepsPerEggCycle()
public boolean isUseBreedingEnvironment()
public boolean isAllowRandomBreedingEggsToBeUltrabeast()
public int getDefaultDayCareAmount()