Class FWClientConfig.dynamicLightsConfig

java.lang.Object
me.fzzyhmstrs.fzzy_config.config.ConfigSection
nokunami.floral_warfare.client.FWClientConfig.dynamicLightsConfig
All Implemented Interfaces:
me.fzzyhmstrs.fzzy_config.entry.EntryAnchor, me.fzzyhmstrs.fzzy_config.entry.EntryCreator, me.fzzyhmstrs.fzzy_config.entry.EntryDeserializer<me.fzzyhmstrs.fzzy_config.config.ConfigSection>, me.fzzyhmstrs.fzzy_config.entry.EntryKeyed, me.fzzyhmstrs.fzzy_config.entry.EntryParent, me.fzzyhmstrs.fzzy_config.entry.EntrySerializer<me.fzzyhmstrs.fzzy_config.config.ConfigSection>, me.fzzyhmstrs.fzzy_config.util.Translatable, me.fzzyhmstrs.fzzy_config.util.TranslatableEntry, me.fzzyhmstrs.fzzy_config.util.Walkable
Enclosing class:
FWClientConfig

public static class FWClientConfig.dynamicLightsConfig extends me.fzzyhmstrs.fzzy_config.config.ConfigSection
  • Nested Class Summary

    Nested classes/interfaces inherited from interface me.fzzyhmstrs.fzzy_config.entry.EntryAnchor

    me.fzzyhmstrs.fzzy_config.entry.EntryAnchor.Anchor, me.fzzyhmstrs.fzzy_config.entry.EntryAnchor.AnchorType

    Nested classes/interfaces inherited from interface me.fzzyhmstrs.fzzy_config.entry.EntryCreator

    me.fzzyhmstrs.fzzy_config.entry.EntryCreator.Creator, me.fzzyhmstrs.fzzy_config.entry.EntryCreator.CreatorContext, me.fzzyhmstrs.fzzy_config.entry.EntryCreator.CreatorContextKey<T extends Object>, me.fzzyhmstrs.fzzy_config.entry.EntryCreator.CreatorContextMisc

    Nested classes/interfaces inherited from interface me.fzzyhmstrs.fzzy_config.entry.EntryDeserializer

    me.fzzyhmstrs.fzzy_config.entry.EntryDeserializer.DefaultImpls

    Nested classes/interfaces inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable

    me.fzzyhmstrs.fzzy_config.util.Translatable.DefaultImpls, me.fzzyhmstrs.fzzy_config.util.Translatable.Desc, me.fzzyhmstrs.fzzy_config.util.Translatable.Impls, me.fzzyhmstrs.fzzy_config.util.Translatable.Name, me.fzzyhmstrs.fzzy_config.util.Translatable.Prefix, me.fzzyhmstrs.fzzy_config.util.Translatable.Provider<T extends Object,S extends Object>, me.fzzyhmstrs.fzzy_config.util.Translatable.Result, me.fzzyhmstrs.fzzy_config.util.Translatable.Utils
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    me.fzzyhmstrs.fzzy_config.validation.number.ValidatedInt
     

    Fields inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable

    Utils
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class me.fzzyhmstrs.fzzy_config.config.ConfigSection

    actions, anchorEntry, anchorId, createEntry, deserializeEntry, deserializeEntry, getTranslatableEntryKey, serializeEntry, serializeEntry, setTranslatableEntryKey, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface me.fzzyhmstrs.fzzy_config.entry.EntryCreator

    prepare

    Methods inherited from interface me.fzzyhmstrs.fzzy_config.entry.EntryDeserializer

    deserializedChanged

    Methods inherited from interface me.fzzyhmstrs.fzzy_config.entry.EntryParent

    changeActions, continueWalk

    Methods inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable

    descriptionOrNull, hasDescription, hasPrefix, hasTranslation, prefixOrNull, translationOrNull

    Methods inherited from interface me.fzzyhmstrs.fzzy_config.util.TranslatableEntry

    description, descriptionKey, getEntryKey, prefix, prefixKey, setEntryKey, translation, translationKey
  • Field Details

    • sunLightQuality

      public SunLightQuality sunLightQuality
    • sunProducingBrightness

      public me.fzzyhmstrs.fzzy_config.validation.number.ValidatedInt sunProducingBrightness
  • Constructor Details

    • dynamicLightsConfig

      public dynamicLightsConfig()