Package com.binaris.wizardry.core.config
Class EBServerConfig
java.lang.Object
com.binaris.wizardry.core.config.EBServerConfig
- All Implemented Interfaces:
ConfigProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigOption<Float>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Integer>static final ConfigOption<Float>static final ConfigOption<Boolean>static final ConfigOption<Float>static final ConfigOption<Float>static final ConfigOption<Integer>static final ConfigOption<Boolean>static final EBServerConfigstatic final ConfigOption<List<net.minecraft.resources.ResourceLocation>>static final ConfigOption<List<net.minecraft.resources.ResourceLocation>>static final ConfigOption<Integer>static final ConfigOption<Integer>static final ConfigOption<Float>static final ConfigOption<Integer>static final ConfigOption<List<net.minecraft.resources.ResourceLocation>>static final ConfigOption<Integer>static final ConfigOption<Integer>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Float>static final ConfigOption<Boolean>static final ConfigOption<Float>static final ConfigOption<Integer>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Boolean>static final ConfigOption<Integer>static final ConfigOption<Float>static final ConfigOption<Integer> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.binaris.wizardry.core.config.ConfigProvider
getConfigName
-
Field Details
-
INSTANCE
-
MANA_PER_SHARD
-
MANA_PER_CRYSTAL
-
GRAND_CRYSTAL_MANA
-
NON_ELEMENTAL_UPGRADE_BONUS
-
MAX_PROGRESSION_REDUCTION
-
STORAGE_INCREASE_PER_LEVEL
-
UPGRADE_STACK_LIMIT
-
LOOT_INJECTION_LOCATIONS_TO_STRUCTURES
public static final ConfigOption<List<net.minecraft.resources.ResourceLocation>> LOOT_INJECTION_LOCATIONS_TO_STRUCTURES -
MAX_RECENT_SPELLS
-
POTENCY_INCREASE_PER_TIER
-
BLAST_RADIUS_INCREASE_PER_LEVEL
-
DURATION_INCREASE_PER_LEVEL
-
RANGE_INCREASE_PER_LEVEL
-
COOLDOWN_REDUCTION_PER_LEVEL
-
SIPHON_MANA_PER_LEVEL
-
CONDENSER_TICK_INTERVAL
-
RECENT_SPELL_EXPIRY_TICKS
-
CREATIVE_MODE_BYPASS_ARCANE_LOCK
-
OP_PERMISSION_BYPASS_ARCANE_LOCK
-
MELT_ITEMS_BLACKLIST
public static final ConfigOption<List<net.minecraft.resources.ResourceLocation>> MELT_ITEMS_BLACKLIST -
LOOT_INJECTION_TO_MOBS
public static final ConfigOption<List<net.minecraft.resources.ResourceLocation>> LOOT_INJECTION_TO_MOBS -
INJECT_LOOT_TO_HOSTILE_MOBS
-
PLAYERS_MOVE_EACH_OTHER
-
REVERSE_SCROLL_DIRECTION
-
REPLACE_VANILLA_FALL_DAMAGE
-
PREVENT_BINDING_SAME_SPELL_TWICE_TO_WANDS
-
SINGLE_USE_SPELL_BOOKS
-
PASSIVE_MOBS_ARE_ALLIES
-
SHRINE_REGENERATION_ENABLED
-
PLAYER_BLOCK_DAMAGE
-
BLOCK_PLAYERS_ALLIES_DAMAGE
-
BLOCK_OWNED_ALLIES_DAMAGE
-
FORFEIT_CHANCE
-
-
Constructor Details
-
EBServerConfig
public EBServerConfig()
-
-
Method Details
-
isOnList
public static boolean isOnList(ConfigOption<List<net.minecraft.resources.ResourceLocation>> list, net.minecraft.world.item.ItemStack stack) -
getModid
- Specified by:
getModidin interfaceConfigProvider
-
getType
- Specified by:
getTypein interfaceConfigProvider
-
build
- Specified by:
buildin interfaceConfigProvider
-