Class LootFunctionConfig

java.lang.Object
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<LootFunctionConfig,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>,ModBase<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfig<LootFunctionConfig,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>>
org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigForge<LootFunctionConfig,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>>
org.cyclops.cyclopscore.config.extendedconfig.LootFunctionConfig
All Implemented Interfaces:
Comparable<org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<LootFunctionConfig,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>,ModBase<?>>>

@Deprecated public abstract class LootFunctionConfig extends ExtendedConfigForge<LootFunctionConfig,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>>
Deprecated.
Config for loot functions.
See Also:
  • ExtendedConfigCommon
  • Constructor Details

    • LootFunctionConfig

      public LootFunctionConfig(ModBase<?> mod, String namedId, net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?> lootItemFunctionType)
      Deprecated.
  • Method Details

    • getTranslationKey

      public String getTranslationKey()
      Deprecated.
      Specified by:
      getTranslationKey in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<LootFunctionConfig,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>,ModBase<?>>
    • getFullTranslationKey

      public String getFullTranslationKey()
      Deprecated.
      Overrides:
      getFullTranslationKey in class org.cyclops.cyclopscore.config.extendedconfig.ExtendedConfigCommon<LootFunctionConfig,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>,ModBase<?>>
    • getConfigurableType

      public ConfigurableType getConfigurableType()
      Deprecated.
      Specified by:
      getConfigurableType in class ExtendedConfig<LootFunctionConfig,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>>
    • getRegistry

      public net.minecraft.core.Registry<net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>> getRegistry()
      Deprecated.
      Specified by:
      getRegistry in class ExtendedConfigForge<LootFunctionConfig,net.minecraft.world.level.storage.loot.functions.LootItemFunctionType<?>>
      Returns:
      The registry in which this should be registered.