Class OMMConfigV2.MeteorBehaviourSection

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

    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

    • explosion_power_modifier

      public int explosion_power_modifier
    • explosion_power_multiplier

      public float explosion_power_multiplier
    • meteor_griefing

      public boolean meteor_griefing
    • meteor_structure

      public boolean meteor_structure
    • only_replace_air

      public boolean only_replace_air
    • spawn_scatter_meteors

      public boolean spawn_scatter_meteors
    • scatter_meteor_griefing

      public boolean scatter_meteor_griefing
    • scatter_meteor_structure

      public boolean scatter_meteor_structure
    • scatter_only_replace_air

      public boolean scatter_only_replace_air
    • explode_on_entity_collision

      public boolean explode_on_entity_collision
    • spawn_fire_with_meteor

      public boolean spawn_fire_with_meteor
    • use_better_explosions

      public boolean use_better_explosions
    • downwards_speed_modifier

      public int downwards_speed_modifier
    • downwards_speed_multiplier

      public double downwards_speed_multiplier
    • homing_meteors

      public boolean homing_meteors
    • meteors_load_chunks

      public boolean meteors_load_chunks
    • chunk_loading_limit

      public int chunk_loading_limit
  • Constructor Details

    • MeteorBehaviourSection

      public MeteorBehaviourSection()