Class GeneralConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<org.cyclops.cyclopscore.config.extendedconfig.DummyConfigCommon<CommonCapabilities>,Void,CommonCapabilities>
org.cyclops.cyclopscore.config.extendedconfig.DummyConfigCommon<CommonCapabilities>
org.cyclops.commoncapabilities.GeneralConfig
All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<org.cyclops.cyclopscore.config.extendedconfig.DummyConfigCommon<CommonCapabilities>,Void,CommonCapabilities>>

public class GeneralConfig extends org.cyclops.cyclopscore.config.extendedconfig.DummyConfigCommon<CommonCapabilities>
A config with general options for this mod.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static List<String>
     

    Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon

    configProperties
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onConfigLoad(net.neoforged.fml.event.config.ModConfigEvent.Loading event)
     
    void
    onConfigReload(net.neoforged.fml.event.config.ModConfigEvent.Reloading event)
     
    protected void
     

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.DummyConfigCommon

    getConfigurableType, getTranslationKey

    Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon

    addInstanceTransformer, compareTo, downCast, getConfigPropertyPrefix, getElementConstructor, getFullTranslationKey, getInstance, getMod, getNamedId, getSubUniqueName, initializeInstance, onConfigPropertyReload, onRegistered, onRegistryRegistered, save, showDoubleInitError

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ignoreDataComponentsForEqualityFilters

      public static List<String> ignoreDataComponentsForEqualityFilters
  • Constructor Details

    • GeneralConfig

      public GeneralConfig()
  • Method Details

    • onConfigLoad

      public void onConfigLoad(net.neoforged.fml.event.config.ModConfigEvent.Loading event)
    • onConfigReload

      public void onConfigReload(net.neoforged.fml.event.config.ModConfigEvent.Reloading event)
    • updateNbtComparator

      protected void updateNbtComparator()