public class PixelmonConfigProxy
extends java.lang.Object
Constructor and Description |
---|
PixelmonConfigProxy() |
Modifier and Type | Method and Description |
---|---|
static BattleConfig |
getBattle() |
static BreedingConfig |
getBreeding() |
static CommandsConfig |
getCommands() |
static DimensionsConfig |
getDimensions() |
static ExternalMovesConfig |
getExternalMoves() |
static GeneralConfig |
getGeneral() |
static GraphicsConfig |
getGraphics() |
static QuestsConfig |
getQuests() |
static RaidsConfig |
getRaids() |
static SpawningConfig |
getSpawning() |
static StorageConfig |
getStorage() |
static StructureConfig |
getStructures() |
static void |
reload() |
public static void reload()
public static GeneralConfig getGeneral()
public static StorageConfig getStorage()
public static BattleConfig getBattle()
public static SpawningConfig getSpawning()
public static GraphicsConfig getGraphics()
public static BreedingConfig getBreeding()
public static ExternalMovesConfig getExternalMoves()
public static DimensionsConfig getDimensions()
public static RaidsConfig getRaids()
public static StructureConfig getStructures()
public static QuestsConfig getQuests()
public static CommandsConfig getCommands()