Class DropsConfig
java.lang.Object
com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
com.pixelmonmod.pixelmon.api.config.DropsConfig
- All Implemented Interfaces:
Config
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
base, config
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
Methods inherited from class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
getNode, save
-
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
- Returns:
- Drop count for each raid star pokemonLevel. 1 star to 5 stars.
-