Class ChatConfig
-
- 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.entry.EntryKeyed
,me.fzzyhmstrs.fzzy_config.entry.EntryParent
,me.fzzyhmstrs.fzzy_config.entry.EntrySerializer
,me.fzzyhmstrs.fzzy_config.util.Translatable
,me.fzzyhmstrs.fzzy_config.util.TranslatableEntry
,me.fzzyhmstrs.fzzy_config.util.Walkable
public final class ChatConfig extends ConfigSection
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
enableChatResponses
private ValidatedChoiceList<ResourceLocation>
enabledChatResponses
private String
translatableEntryKey
-
Constructor Summary
Constructors Constructor Description ChatConfig()
-
Method Summary
Modifier and Type Method Description final Boolean
getEnableChatResponses()
final Unit
setEnableChatResponses(Boolean enableChatResponses)
final ValidatedChoiceList<ResourceLocation>
getEnabledChatResponses()
final Unit
setEnabledChatResponses(ValidatedChoiceList<ResourceLocation> enabledChatResponses)
-
Methods inherited from class me.fzzyhmstrs.fzzy_config.config.ConfigSection
actions, anchorEntry, anchorId, createEntry, deserializeEntry, getTranslatableEntryKey, serializeEntry, setTranslatableEntryKey, toString
-
Methods inherited from class me.fzzyhmstrs.fzzy_config.entry.EntryParent
continueWalk
-
Methods inherited from class me.fzzyhmstrs.fzzy_config.util.TranslatableEntry
description, descriptionKey, getEntryKey, prefix, prefixKey, setEntryKey, translation, translationKey
-
Methods inherited from class me.fzzyhmstrs.fzzy_config.util.Translatable
descriptionOrNull, hasDescription, hasPrefix, hasTranslation, prefixOrNull, translationOrNull
-
Methods inherited from class me.fzzyhmstrs.fzzy_config.entry.EntryDeserializer
deserializedChanged
-
Methods inherited from class me.fzzyhmstrs.fzzy_config.entry.EntryCreator
prepare
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEnableChatResponses
final Boolean getEnableChatResponses()
-
setEnableChatResponses
final Unit setEnableChatResponses(Boolean enableChatResponses)
-
getEnabledChatResponses
final ValidatedChoiceList<ResourceLocation> getEnabledChatResponses()
-
setEnabledChatResponses
final Unit setEnabledChatResponses(ValidatedChoiceList<ResourceLocation> enabledChatResponses)
-
-
-
-