Class WorldConfig
-
- 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 WorldConfig extends ConfigSection
-
-
Field Summary
Fields Modifier and Type Field Description private Boolean
removeDeepslate
private Boolean
enableVoidHoles
private Boolean
enableChunkRemoval
private Boolean
disableWorldEater
private Boolean
disableRandomStructures
private String
translatableEntryKey
-
Constructor Summary
Constructors Constructor Description WorldConfig()
-
Method Summary
Modifier and Type Method Description final Boolean
getRemoveDeepslate()
final Unit
setRemoveDeepslate(Boolean removeDeepslate)
final Boolean
getEnableVoidHoles()
final Unit
setEnableVoidHoles(Boolean enableVoidHoles)
final Boolean
getEnableChunkRemoval()
final Unit
setEnableChunkRemoval(Boolean enableChunkRemoval)
final Boolean
getDisableWorldEater()
final Unit
setDisableWorldEater(Boolean disableWorldEater)
final Boolean
getDisableRandomStructures()
final Unit
setDisableRandomStructures(Boolean disableRandomStructures)
-
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
-
getRemoveDeepslate
final Boolean getRemoveDeepslate()
-
setRemoveDeepslate
final Unit setRemoveDeepslate(Boolean removeDeepslate)
-
getEnableVoidHoles
final Boolean getEnableVoidHoles()
-
setEnableVoidHoles
final Unit setEnableVoidHoles(Boolean enableVoidHoles)
-
getEnableChunkRemoval
final Boolean getEnableChunkRemoval()
-
setEnableChunkRemoval
final Unit setEnableChunkRemoval(Boolean enableChunkRemoval)
-
getDisableWorldEater
final Boolean getDisableWorldEater()
-
setDisableWorldEater
final Unit setDisableWorldEater(Boolean disableWorldEater)
-
getDisableRandomStructures
final Boolean getDisableRandomStructures()
-
setDisableRandomStructures
final Unit setDisableRandomStructures(Boolean disableRandomStructures)
-
-
-
-