Class ReplayModConfig
java.lang.Object
com.hypherionmc.craterlib.core.config.AbstractConfig<S>
com.hypherionmc.simplerpc.config.base.BaseRPCConfig<ReplayModConfig>
com.hypherionmc.simplerpc.config.impl.ReplayModConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintUsed to determine if the config structure needs to be upgradedMethods inherited from class com.hypherionmc.simplerpc.config.base.BaseRPCConfig
appendAdditional, registerAndSetupMethods inherited from class com.hypherionmc.craterlib.core.config.AbstractConfig
getConfigFormat, getConfigName, getConfigPath, getModId, getNetworkID, isWasSaveCalled, migrateConfig, readConfig, saveConfig, setConfigFormat
-
Field Details
-
enabled
public boolean enabled -
version
public int version -
replayModMenuSection
-
replayModEditorSection
-
replayModRenderSection
-
-
Constructor Details
-
ReplayModConfig
-
-
Method Details
-
configReloaded
public void configReloaded()- Specified by:
configReloadedin classcom.hypherionmc.craterlib.core.config.AbstractConfig<ReplayModConfig>
-
getConfigVersion
public int getConfigVersion()Description copied from class:BaseRPCConfigUsed to determine if the config structure needs to be upgraded- Overrides:
getConfigVersionin classBaseRPCConfig<ReplayModConfig>- Returns:
- - The current config version of the file
-