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:
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
configProperties
-
Constructor Summary
ConstructorDescriptionSoundEventConfig
(ModBase<?> mod, String namedId, Function<SoundEventConfig, net.minecraft.sounds.SoundEvent> elementConstructor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.net.minecraft.core.Registry
<? super net.minecraft.sounds.SoundEvent> Deprecated.Deprecated.Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge
getResourceKey
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig
getConfigPropertyPrefix, getConfigPropertyPrefix, getConfigPropertyPrefixPublic, getMod
Methods inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
addInstanceTransformer, compareTo, downCast, getElementConstructor, getFullTranslationKey, getInstance, getNamedId, getSubUniqueName, initializeInstance, onConfigPropertyReload, onForgeRegistered, onRegistered, save, showDoubleInitError
-
Constructor Details
-
SoundEventConfig
public SoundEventConfig(ModBase<?> mod, String namedId, Function<SoundEventConfig, net.minecraft.sounds.SoundEvent> elementConstructor) Deprecated.
-
-
Method Details
-
getTranslationKey
Deprecated.- Specified by:
getTranslationKey
in classorg.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<SoundEventConfig,
net.minecraft.sounds.SoundEvent, ModBase<?>>
-
getConfigurableType
Deprecated.- Specified by:
getConfigurableType
in classExtendedConfig<SoundEventConfig,
net.minecraft.sounds.SoundEvent>
-
getRegistry
public net.minecraft.core.Registry<? super net.minecraft.sounds.SoundEvent> getRegistry()Deprecated.- Specified by:
getRegistry
in classExtendedConfigForge<SoundEventConfig,
net.minecraft.sounds.SoundEvent> - Returns:
- The registry in which this should be registered.
-