Class SoundEventConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<SoundEventConfig,net.minecraft.sounds.SoundEvent,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<SoundEventConfig,net.minecraft.sounds.SoundEvent>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<SoundEventConfig,net.minecraft.sounds.SoundEvent>
org.cyclops.cyclopscore.config.extendedconfig.SoundEventConfig
All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<SoundEventConfig,net.minecraft.sounds.SoundEvent,ModBase<?>>>

@Deprecated public abstract class SoundEventConfig extends ExtendedConfigForge<SoundEventConfig,net.minecraft.sounds.SoundEvent>
Deprecated.
Config for sound events.
See Also:
  • ExtendedConfigCommon
  • Constructor Details

  • Method Details

    • getTranslationKey

      public String getTranslationKey()
      Deprecated.
      Specified by:
      getTranslationKey in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<SoundEventConfig,net.minecraft.sounds.SoundEvent,ModBase<?>>
    • getConfigurableType

      public ConfigurableType getConfigurableType()
      Deprecated.
      Specified by:
      getConfigurableType in class ExtendedConfig<SoundEventConfig,net.minecraft.sounds.SoundEvent>
    • getRegistry

      public net.minecraft.core.Registry<? super net.minecraft.sounds.SoundEvent> getRegistry()
      Deprecated.
      Specified by:
      getRegistry in class ExtendedConfigForge<SoundEventConfig,net.minecraft.sounds.SoundEvent>
      Returns:
      The registry in which this should be registered.