Class OMMConfigV2.NotificationSection
java.lang.Object
me.fzzyhmstrs.fzzy_config.config.ConfigSection
me.emafire003.dev.ohmymeteors.config.OMMConfigV2.NotificationSection
- 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.NotificationSection
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.AnchorTypeNested 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.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 TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanintme.fzzyhmstrs.fzzy_config.config.ConfigGroupme.fzzyhmstrs.fzzy_config.config.ConfigGroupbooleanbooleanFields 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, createEntry, deserializeEntry, deserializeEntry, getTranslatableEntryKey, serializeEntry, serializeEntry, setTranslatableEntryKey, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface me.fzzyhmstrs.fzzy_config.entry.EntryCreator
prepareMethods inherited from interface me.fzzyhmstrs.fzzy_config.entry.EntryDeserializer
deserializedChangedMethods inherited from interface me.fzzyhmstrs.fzzy_config.entry.EntryParent
changeActions, continueWalkMethods inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable
descriptionOrNull, hasDescription, hasPrefix, hasTranslation, prefixOrNull, translationOrNullMethods inherited from interface me.fzzyhmstrs.fzzy_config.util.TranslatableEntry
description, descriptionKey, getEntryKey, prefix, prefixKey, setEntryKey, translation, translationKey
-
Field Details
-
chatMessages
public me.fzzyhmstrs.fzzy_config.config.ConfigGroup chatMessages -
announce_meteor_spawn
public boolean announce_meteor_spawn -
announce_meteor_destroyed
public boolean announce_meteor_destroyed -
actionbar_announcements
public boolean actionbar_announcements -
announce_location
public boolean announce_location -
explosionSounds
public me.fzzyhmstrs.fzzy_config.config.ConfigGroup explosionSounds -
global_explosion_sound
public boolean global_explosion_sound -
area_explosion_sound
public boolean area_explosion_sound -
area_explosion_sound_radius
public int area_explosion_sound_radius -
verbose
public boolean verbose
-
-
Constructor Details
-
NotificationSection
public NotificationSection()
-