Class CreativeModeTabConfig
java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<CreativeModeTabConfig,net.minecraft.world.item.CreativeModeTab,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<CreativeModeTabConfig,net.minecraft.world.item.CreativeModeTab>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<CreativeModeTabConfig,net.minecraft.world.item.CreativeModeTab>
org.cyclops.cyclopscore.config.extendedconfig.CreativeModeTabConfig
- All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<CreativeModeTabConfig,
net.minecraft.world.item.CreativeModeTab, ModBase<?>>>
@Deprecated
public class CreativeModeTabConfig
extends ExtendedConfigForge<CreativeModeTabConfig,net.minecraft.world.item.CreativeModeTab>
Deprecated.
Config for creative mode tabs.
- See Also:
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon
configProperties
-
Constructor Summary
ConstructorDescriptionCreativeModeTabConfig
(ModBase<?> mod, String namedId, Function<CreativeModeTabConfig, net.minecraft.world.item.CreativeModeTab> elementConstructor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.net.minecraft.core.Registry
<? super net.minecraft.world.item.CreativeModeTab> 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
-
CreativeModeTabConfig
public CreativeModeTabConfig(ModBase<?> mod, String namedId, Function<CreativeModeTabConfig, net.minecraft.world.item.CreativeModeTab> elementConstructor) Deprecated.
-
-
Method Details
-
getTranslationKey
Deprecated.- Specified by:
getTranslationKey
in classorg.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<CreativeModeTabConfig,
net.minecraft.world.item.CreativeModeTab, ModBase<?>>
-
getConfigurableType
Deprecated.- Specified by:
getConfigurableType
in classExtendedConfig<CreativeModeTabConfig,
net.minecraft.world.item.CreativeModeTab>
-
getRegistry
public net.minecraft.core.Registry<? super net.minecraft.world.item.CreativeModeTab> getRegistry()Deprecated.- Specified by:
getRegistry
in classExtendedConfigForge<CreativeModeTabConfig,
net.minecraft.world.item.CreativeModeTab> - Returns:
- The registry in which this should be registered.
-