Class OMMConfigV2.MeteorShowerSection
java.lang.Object
me.fzzyhmstrs.fzzy_config.config.ConfigSection
me.emafire003.dev.ohmymeteors.config.OMMConfigV2.MeteorShowerSection
- 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.MeteorShowerSection
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 TypeFieldDescriptionintintintbooleanintFields 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
-
meteor_showers_enabled
public boolean meteor_showers_enabled -
meteor_shower_chance
public int meteor_shower_chance -
min_meteors_in_shower
public int min_meteors_in_shower -
max_meteors_in_shower
public int max_meteors_in_shower -
meteor_shower_delay_ticks
public int meteor_shower_delay_ticks
-
-
Constructor Details
-
MeteorShowerSection
public MeteorShowerSection()
-