Class OMMConfigV2.VisualsSection

java.lang.Object
me.fzzyhmstrs.fzzy_config.config.ConfigSection
me.emafire003.dev.ohmymeteors.config.OMMConfigV2.VisualsSection
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:
OMMConfigV2

public static class OMMConfigV2.VisualsSection 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, me.fzzyhmstrs.fzzy_config.entry.EntryAnchor.DefaultImpls

    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>, 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.entry.EntryParent

    me.fzzyhmstrs.fzzy_config.entry.EntryParent.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,S>, me.fzzyhmstrs.fzzy_config.util.Translatable.Result, me.fzzyhmstrs.fzzy_config.util.Translatable.Utils
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
     
    boolean
     
    me.fzzyhmstrs.fzzy_config.validation.misc.ValidatedColor
     
     
     
    int
     
    int
     
    boolean
     

    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, changeActions, continueWalk, createEntry, description, descriptionKey, descriptionOrNull, deserializedChanged, deserializeEntry, deserializeEntry, getEntryKey, getTranslatableEntryKey, hasDescription, hasPrefix, hasTranslation, prefix, prefixKey, prefixOrNull, prepare, serializeEntry, serializeEntry, setEntryKey, setTranslatableEntryKey, toString, translation, translationKey, translationOrNull

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • use_forced_particles

      public boolean use_forced_particles
    • particles_mode

      public ParticleMode particles_mode
    • meteor_render_distance

      public int meteor_render_distance
    • meteor_skyglow

      public boolean meteor_skyglow
    • meteor_skyglow_color

      public me.fzzyhmstrs.fzzy_config.validation.misc.ValidatedColor meteor_skyglow_color
    • meteor_texture_mode

      public MeteorEntityTextureMode meteor_texture_mode
    • texture_change_distance_hot

      public int texture_change_distance_hot
    • texture_change_distance_mid

      public int texture_change_distance_mid
  • Constructor Details

    • VisualsSection

      public VisualsSection()