Interface Config

All Known Implementing Classes:
AbstractYamlConfig, AFKHandlerConfig, BattleConfig, BreedingConfig, CharmsConfig, CommandsConfig, DebugConfig, DimensionsConfig, DropsConfig, EntityConfig, ExternalMovesConfig, GeneralConfig, GraphicsConfig, HealingConfig, ItemConfig, NPCsConfig, OreColorConfig, OutsideEffectsConfig, PokeDollarsConfig, PokerusConfig, QuestsConfig, RaidsConfig, RidingConfig, ServerDiscordConfig, SpawningBossConfig, SpawningGeneralConfig, SpawningLegendaryConfig, SpawningLevelDistanceConfig, SpawningMeltanConfig, SpawningPokeLootConfig, SpawningPokeStopConfig, SpawningUltraSpaceConfig, SpawningWildConfig, StorageConfig, StructureConfig, TCGConfig, TMConfig

public interface Config
Interface that represents a config file and all stored values using Sponge's Configurate API
  • Method Summary

    Modifier and Type
    Method
    Description
    org.spongepowered.configurate.ConfigurationNode
    Gets the main configuration node of the config
    void
    Saves the data to the file
  • Method Details

    • getNode

      org.spongepowered.configurate.ConfigurationNode getNode()
      Gets the main configuration node of the config
      Returns:
      The main node
    • save

      void save()
      Saves the data to the file