Class LexiconfiguredEntry<T>

java.lang.Object
com.codinglitch.lexiconfig.compat.configured.LexiconfiguredEntry<T>
All Implemented Interfaces:
com.mrcrayfish.configured.api.IConfigEntry

public class LexiconfiguredEntry<T> extends Object implements com.mrcrayfish.configured.api.IConfigEntry
  • Field Details

  • Constructor Details

  • Method Details

    • getChildren

      public List<com.mrcrayfish.configured.api.IConfigEntry> getChildren()
      Specified by:
      getChildren in interface com.mrcrayfish.configured.api.IConfigEntry
    • isRoot

      public boolean isRoot()
      Specified by:
      isRoot in interface com.mrcrayfish.configured.api.IConfigEntry
    • isLeaf

      public boolean isLeaf()
      Specified by:
      isLeaf in interface com.mrcrayfish.configured.api.IConfigEntry
    • getValue

      @Nullable public @Nullable com.mrcrayfish.configured.api.IConfigValue<?> getValue()
      Specified by:
      getValue in interface com.mrcrayfish.configured.api.IConfigEntry
    • getEntryName

      public String getEntryName()
      Specified by:
      getEntryName in interface com.mrcrayfish.configured.api.IConfigEntry
    • getTooltip

      @Nullable public @Nullable net.minecraft.network.chat.Component getTooltip()
      Specified by:
      getTooltip in interface com.mrcrayfish.configured.api.IConfigEntry
    • getTranslationKey

      @Nullable public @Nullable String getTranslationKey()
      Specified by:
      getTranslationKey in interface com.mrcrayfish.configured.api.IConfigEntry