Class FrozenClothConfig

java.lang.Object
net.frozenblock.lib.config.clothconfig.FrozenClothConfig

@Environment(CLIENT) public final class FrozenClothConfig extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static me.shedaniel.clothconfig2.api.ConfigCategory
    createSubCategory(me.shedaniel.clothconfig2.api.ConfigEntryBuilder entryBuilder, me.shedaniel.clothconfig2.api.ConfigCategory parentCategory, net.minecraft.network.chat.Component key, boolean expanded, net.minecraft.network.chat.Component tooltip, me.shedaniel.clothconfig2.api.AbstractConfigListEntry... entries)
    Creates a subcategory in the parent config category with the specified key and adds entries to it.

    Methods inherited from class java.lang.Object

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

    • FrozenClothConfig

      public FrozenClothConfig()
  • Method Details

    • createSubCategory

      public static me.shedaniel.clothconfig2.api.ConfigCategory createSubCategory(me.shedaniel.clothconfig2.api.ConfigEntryBuilder entryBuilder, me.shedaniel.clothconfig2.api.ConfigCategory parentCategory, net.minecraft.network.chat.Component key, boolean expanded, net.minecraft.network.chat.Component tooltip, me.shedaniel.clothconfig2.api.AbstractConfigListEntry... entries)
      Creates a subcategory in the parent config category with the specified key and adds entries to it.
      Parameters:
      entryBuilder - the ConfigEntryBuilder instance
      parentCategory - the parent config category
      key - the key for the subcategory
      expanded - if the subcategory is expanded or not
      tooltip - the tooltip for the subcategory
      entries - the entries to be added to the subcategory
      Returns:
      the newly created subcategory