Class OMMConfigV2.MeteorSpawningSection
java.lang.Object
me.fzzyhmstrs.fzzy_config.config.ConfigSection
me.emafire003.dev.ohmymeteors.config.OMMConfigV2.MeteorSpawningSection
- 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.MeteorSpawningSection
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.DefaultImplsNested 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.CreatorContextMiscNested classes/interfaces inherited from interface me.fzzyhmstrs.fzzy_config.entry.EntryDeserializer
me.fzzyhmstrs.fzzy_config.entry.EntryDeserializer.DefaultImplsNested classes/interfaces inherited from interface me.fzzyhmstrs.fzzy_config.entry.EntryParent
me.fzzyhmstrs.fzzy_config.entry.EntryParent.DefaultImplsNested 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
FieldsModifier and TypeFieldDescriptionbooleanbooleanintintintintintintdoubleintintintme.fzzyhmstrs.fzzy_config.config.ConfigGroupintintbooleanintintbooleanme.fzzyhmstrs.fzzy_config.config.ConfigGroupbooleanme.fzzyhmstrs.fzzy_config.config.ConfigGroupintFields inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable
Utils -
Constructor Summary
Constructors -
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
-
Field Details
-
simpleSpawns
public me.fzzyhmstrs.fzzy_config.config.ConfigGroup simpleSpawns -
meteor_spawn_chance
public int meteor_spawn_chance -
modify_spawn_chance_at_night
public boolean modify_spawn_chance_at_night -
meteor_night_spawn_chance
public int meteor_night_spawn_chance -
special_meteors_chance
public int special_meteors_chance -
spawn_huge_meteors
public boolean spawn_huge_meteors -
huge_meteor_chance
public int huge_meteor_chance -
min_meteor_spawn_distance
public int min_meteor_spawn_distance -
max_meteor_spawn_distance
public int max_meteor_spawn_distance -
meteor_spawn_height
public int meteor_spawn_height -
should_cooldown_between_meteors
public boolean should_cooldown_between_meteors -
min_meteor_cooldown_time
public int min_meteor_cooldown_time -
meteor_dispersion_factor
public double meteor_dispersion_factor -
spawnsPrecise
public me.fzzyhmstrs.fzzy_config.config.ConfigGroup spawnsPrecise -
spawn_dimensions
-
dimension_list_mode
public boolean dimension_list_mode -
dimension_chances
-
dimension_night_chances
-
biome_spawn_list
-
biome_list_mode
public boolean biome_list_mode -
biome_chances
-
biome_night_chances
-
meteorSizes
public me.fzzyhmstrs.fzzy_config.config.ConfigGroup meteorSizes -
natural_meteor_min_size
public int natural_meteor_min_size -
natural_meteor_max_size
public int natural_meteor_max_size -
max_small_meteor_size
public int max_small_meteor_size -
max_medium_meteor_size
public int max_medium_meteor_size -
max_big_meteor_size
public int max_big_meteor_size -
huge_meteor_size_limit
public int huge_meteor_size_limit
-
-
Constructor Details
-
MeteorSpawningSection
public MeteorSpawningSection()
-