Class Settings
java.lang.Object
studio.magemonkey.codex.mccore.config.parse.DataSection
studio.magemonkey.fabled.enchants.api.Settings
public class Settings
extends studio.magemonkey.codex.mccore.config.parse.DataSection
FabledEnchants © 2026 VoidEdge
api.studio.magemonkey.fabled.enchants.Settings
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class studio.magemonkey.codex.mccore.config.parse.DataSection
addComment, applyDefaults, checkDefault, clear, clearAllComments, clearComments, createSection, defaultSection, dump, dump, dump, entrySet, get, get, getBoolean, getBoolean, getByte, getByte, getChar, getChar, getComments, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getList, getList, getSection, getShort, getShort, getString, getString, has, hasComment, isList, isNumber, isSection, keys, remove, set, setComments, size, toString, toString, trim, values
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
set
Sets a scaling configuration setting- Parameters:
key- setting keybase- base value (at enchantment level 1)scale- value scale (extra per enchantment level)
-
get
Gets a scaling setting based on the provided level- Parameters:
key- setting keylevel- enchantment level- Returns:
- scaled setting value
-