Class CommandsConfig
java.lang.Object
com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
com.pixelmonmod.pixelmon.api.config.CommandsConfig
- 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
Whether random Pokémon spawned from /pokegive or from any pokespec have the possibility of containing Legendary Pokémon.boolean
boolean
Methods inherited from class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
getNode, save
-
Field Details
-
pokeseeAllowOfflineCheck
public boolean pokeseeAllowOfflineCheck -
checkEggIvs
public boolean checkEggIvs
-
-
Constructor Details
-
CommandsConfig
public CommandsConfig()
-
-
Method Details
-
isPokeseeAllowOfflineCheck
public boolean isPokeseeAllowOfflineCheck()- Returns:
- whether players can offline check with pokesee
-
isCheckEggIVs
public boolean isCheckEggIVs()- Returns:
- whether /ivs will work on eggs
-
isAllowRandomPokemonToBeLegendary
public boolean isAllowRandomPokemonToBeLegendary()Whether random Pokémon spawned from /pokegive or from any pokespec have the possibility of containing Legendary Pokémon.- Returns:
- legendary pokegive
-