Class LexiconfiguredFile

java.lang.Object
com.codinglitch.lexiconfig.compat.configured.LexiconfiguredFile
All Implemented Interfaces:
com.mrcrayfish.configured.api.IModConfig

public class LexiconfiguredFile extends Object implements com.mrcrayfish.configured.api.IModConfig
  • Field Details

  • Constructor Details

  • Method Details

    • update

      public void update(com.mrcrayfish.configured.api.IConfigEntry entry)
      Specified by:
      update in interface com.mrcrayfish.configured.api.IModConfig
    • getRoot

      public com.mrcrayfish.configured.api.IConfigEntry getRoot()
      Specified by:
      getRoot in interface com.mrcrayfish.configured.api.IModConfig
    • getType

      public com.mrcrayfish.configured.api.ConfigType getType()
      Specified by:
      getType in interface com.mrcrayfish.configured.api.IModConfig
    • getFileName

      public String getFileName()
      Specified by:
      getFileName in interface com.mrcrayfish.configured.api.IModConfig
    • getModId

      public String getModId()
      Specified by:
      getModId in interface com.mrcrayfish.configured.api.IModConfig
    • loadWorldConfig

      public void loadWorldConfig(Path path, Consumer<com.mrcrayfish.configured.api.IModConfig> result) throws IOException
      Specified by:
      loadWorldConfig in interface com.mrcrayfish.configured.api.IModConfig
      Throws:
      IOException