Class DropsConfig

All Implemented Interfaces:
Config

@ConfigSerializable public class DropsConfig extends AbstractYamlConfig
  • Constructor Details

    • DropsConfig

      public DropsConfig()
  • Method Details

    • isPokemonDropsEnabled

      public boolean isPokemonDropsEnabled()
      Returns:
      Whether Pokémon drop items.
    • isUseDropGUI

      public boolean isUseDropGUI()
      Returns:
      Whether the drop GUI will be displayed when Pokémon are defeated.
    • isDeleteUnwantedDrops

      public boolean isDeleteUnwantedDrops()
      Returns:
      Whether dropping all items from the drops GUI will put the items on the ground or delete them.
    • isAwardTokens

      public boolean isAwardTokens()
      Returns:
      Whether to award photos to players who beat a Pokémon.
    • getDenStarDrops

      public List<Integer> getDenStarDrops()
      Returns:
      Drop count for each raid star pokemonLevel. 1 star to 5 stars.