Class HealingConfig

All Implemented Interfaces:
Config

@ConfigSerializable public class HealingConfig extends AbstractYamlConfig
  • Constructor Details

    • HealingConfig

      public HealingConfig()
  • Method Details

    • isBedsHealPokemon

      public boolean isBedsHealPokemon()
      Returns:
      Whether sleeping in a bed heals a player's Pokémon.
    • isUsePassiveHealer

      public boolean isUsePassiveHealer()
      Returns:
      Whether to use the passive healer or not
    • getChanceToRevivePassively

      public float getChanceToRevivePassively()
      Returns:
      Chance to attempt a revive on a random party Pokémon with each step
    • getChanceToHealStatusPassively

      public float getChanceToHealStatusPassively()
      Returns:
      Chance to attempt a status effect heal on a random party Pokémon with each step
    • getStepsToHealHealthPassively

      public int getStepsToHealHealthPassively()
      Returns:
      Number of steps after which 1HP is attempted to be healed on a random party Pokémon
    • getPassiveHealingMaxHealthPercentage

      public float getPassiveHealingMaxHealthPercentage()
      Returns:
      Percentage of health that passive healing can heal up to