Class TMConfig
java.lang.Object
com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
com.pixelmonmod.pixelmon.api.config.TMConfig
- 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
-
TMConfig
public TMConfig()
-
-
Method Details
-
isAllowTMReuse
public boolean isAllowTMReuse()- Returns:
- Whether TMs can be used without breaking.
-
isAllowTRReuse
public boolean isAllowTRReuse()- Returns:
- Whether TRs can be used without breaking.
-
isUniversalTMs
public boolean isUniversalTMs()- Returns:
- Whether TMs and TRs can be used regardless of generation if the Pokémon has it in their TM list somewhere.
-
isSuperUniversalTMs
public boolean isSuperUniversalTMs()- Returns:
- Whether TMs and TRs can be used regardless of generation if the Pokémon has it in their stats file anywhere.
-