Class SpawningPokeLootConfig

java.lang.Object
com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
com.pixelmonmod.pixelmon.api.config.SpawningPokeLootConfig
All Implemented Interfaces:
Config

@ConfigSerializable public class SpawningPokeLootConfig extends AbstractYamlConfig
  • 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

      public PokeLootRate getSpawnRate()
      Returns:
      The spawn rate of PokéLoot chests.
    • getSpawnMode

      public EnumPokelootModes 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.