Class ServerConfig
java.lang.Object
me.fzzyhmstrs.fzzy_config.config.Config
io.github.gameking1happy.gk1hextras.config.ServerConfig
- All Implemented Interfaces:
me.fzzyhmstrs.fzzy_config.entry.EntryAnchor,me.fzzyhmstrs.fzzy_config.util.Translatable,me.fzzyhmstrs.fzzy_config.util.Walkable
public class ServerConfig
extends me.fzzyhmstrs.fzzy_config.config.Config
The server configuration for the mod.
-
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.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.Result, me.fzzyhmstrs.fzzy_config.util.Translatable.Utils -
Field Summary
FieldsModifier and TypeFieldDescriptionme.fzzyhmstrs.fzzy_config.validation.misc.ValidatedBooleanDragon drops head configuration value.me.fzzyhmstrs.fzzy_config.validation.misc.ValidatedCondition<Boolean> Mace blocking configuration value.me.fzzyhmstrs.fzzy_config.validation.misc.ValidatedCondition<Float> Sponge chance configuration value.me.fzzyhmstrs.fzzy_config.validation.misc.ValidatedBooleanSponge fishing configuration value.Fields inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable
Utils -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class me.fzzyhmstrs.fzzy_config.config.Config
anchorEntry, anchorId, defaultPermLevel, description, descriptionKey, fileType, getDir, getFolder, getId, getIdentifier, getName, getSubfolder, onSyncClient, onSyncServer, onUpdateClient, onUpdateServer, onUpdateServer, prefix, prefixKey, save, saveType, toString, translation, translationKey, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface me.fzzyhmstrs.fzzy_config.util.Translatable
descriptionOrNull, hasDescription, hasPrefix, hasTranslation, prefixOrNull, translationOrNull
-
Field Details
-
spongeFishing
public me.fzzyhmstrs.fzzy_config.validation.misc.ValidatedBoolean spongeFishingSponge fishing configuration value. -
spongeChance
Sponge chance configuration value. -
dragonDropsHead
public me.fzzyhmstrs.fzzy_config.validation.misc.ValidatedBoolean dragonDropsHeadDragon drops head configuration value. -
maceBlock
Mace blocking configuration value.
-
-
Constructor Details
-
ServerConfig
public ServerConfig()The constructor method.
-