Class ItemConfig
java.lang.Object
com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
com.pixelmonmod.pixelmon.api.config.ItemConfig
- 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 TypeMethodDescriptionint
int
boolean
boolean
boolean
boolean
boolean
boolean
Methods inherited from class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
getNode, save
-
Constructor Details
-
ItemConfig
public ItemConfig()
-
-
Method Details
-
getBottleCapLevel
public int getBottleCapLevel()- Returns:
- The level at and above which a Pokémon can be Hyper Trained.
-
isMultiplePhotosOfSamePokemon
public boolean isMultiplePhotosOfSamePokemon()- Returns:
- Allow each player to take multiple photos of the same Pokémon
-
getAverageLureExpiryTicks
public int getAverageLureExpiryTicks()- Returns:
- The average ticks it takes for a lure to expire.
-
isSpawnersOpOnly
public boolean isSpawnersOpOnly()- Returns:
- Whether players must be opped to edit Pixelmon spawners.
-
isNpcEditorOpOnly
public boolean isNpcEditorOpOnly()- Returns:
- Whether players must be opped to use the NPC editor.
-
isQuestEditorOpOnly
public boolean isQuestEditorOpOnly()- Returns:
- Whether players must be opped to use the quest editor.
-
isAllowPokemonEditors
public boolean isAllowPokemonEditors()- Returns:
- Whether Pokémon editors can be used.
-
isAllowChisels
public boolean isAllowChisels()- Returns:
- Whether Chisels can be used.
-